color codes Logo

#bae577 color codes

#BAE577
(186,229,119)
0 Favorites   0 Comments

Color spaces of #bae577

RGB 186229119
HSL0.230.680.68
HSV83°48°90°
CMYK 0.190.000.48   0.10
XYZ51.598867.809627.8218
Yxy67.80960.35050.4606
Hunter Lab82.3466-32.257537.6108
CIE-Lab85.9112-31.387848.7962

#bae577 color RGB value is (186,229,119).

#bae577 hex color red value is 186, green value is 229 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #bae577 hue: 0.23 , saturation: 0.68 and the lightness value of bae577 is 0.68.

The process color (four color CMYK) of #bae577 color code is 0.19, 0.00, 0.48, 0.10. Web safe color of #bae577 is #cccc66. Color #bae577 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100101 01110111
Octal 272 345 167
Decimal 186 229 119
Hex BA E5 77

RGB Percentages of Color #bae577

%34.83
%42.88
%22.28

CMYK Percentages of Color #bae577

%19
%0
%48
%10

Triadic Colors of #bae577

#bae577 #77bae5 #e577ba

Analogous Colors of #bae577

#bae577 #83e577 #e5d977

Monochromatic Colors of #bae577

#bae577

Complementary Color

#bae577 #a277e5

#bae577 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae577 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae577 Color CSS Codes

.mybgcolor {background-color:#bae577; } 
.myforecolor {color:#bae577; }
.mybordercolor {border:3px solid #bae577; }

#bae577 Text Font Color

<p style="color:#bae577">Text here</p>

This sample text font color is #bae577
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#bae577 Background Color

<div style="background-color:#bae577">
Div content here</div>

This div background color is #bae577


#bae577 Border Color

<div style="border:3px solid #bae577">
Div here</div>

This div border color is #bae577


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(186,229,119, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bae577; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bae577;
  -webkit-box-shadow: 1px 1px 3px 2px #bae577;
  box-shadow:         1px 1px 3px 2px #bae577; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,229,119, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #bae577">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #bae577;
  -webkit-box-shadow: 1px 1px 3px 2px #bae577;
  box-shadow:         1px 1px 3px 2px #bae577;">
Div content here</div>

This div box has shadow with color #bae577


Comments

No comments written yet.

Please login to write comment.