Color Hex Logo

#bae09c Color Hex

#BAE09C
(186,224,156)
0 Favorites   0 Comments

Color spaces of #bae09c

RGB 186224156
HSL0.260.520.75
HSV94°30°88°
CMYK 0.170.000.30   0.12
XYZ52.906166.150741.4324
Yxy66.15070.32970.4122
Hunter Lab81.3331-26.221026.7299
CIE-Lab85.0732-24.360129.3347

#bae09c color RGB value is (186,224,156).

#bae09c hex color red value is 186, green value is 224 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bae09c hue: 0.26 , saturation: 0.52 and the lightness value of bae09c is 0.75.

The process color (four color CMYK) of #bae09c color hex is 0.17, 0.00, 0.30, 0.12. Web safe color of #bae09c is #cccc99. Color #bae09c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10011100
Octal 272 340 234
Decimal 186 224 156
Hex BA E0 9C

RGB Percentages of Color #bae09c

%32.86
%39.58
%27.56

CMYK Percentages of Color #bae09c

%17
%0
%30
%12

Triadic Colors of #bae09c

#bae09c #9cbae0 #e09cba

Analogous Colors of #bae09c

#bae09c #9ce0a0 #dce09c

Monochromatic Colors of #bae09c

#bae09c

Complementary Color

#bae09c #c29ce0

#bae09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae09c Color CSS Codes

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

#bae09c Text Font Color

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

This sample text font color is #bae09c
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.


#bae09c Background Color

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

This div background color is #bae09c


#bae09c Border Color

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

This div border color is #bae09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae09c


Comments

No comments written yet.

Please login to write comment.