Color Hex Logo

#bae09b Color Hex

#BAE09B
(186,224,155)
0 Favorites   0 Comments

Color spaces of #bae09b

RGB 186224155
HSL0.260.530.74
HSV93°31°88°
CMYK 0.170.000.31   0.12
XYZ52.821766.117040.9882
Yxy66.11700.33030.4134
Hunter Lab81.3124-26.340427.0316
CIE-Lab85.0561-24.504929.8249

#bae09b color RGB value is (186,224,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11100000 10011011
Octal 272 340 233
Decimal 186 224 155
Hex BA E0 9B

RGB Percentages of Color #bae09b

%32.92
%39.65
%27.43

CMYK Percentages of Color #bae09b

%17
%0
%31
%12

Triadic Colors of #bae09b

#bae09b #9bbae0 #e09bba

Analogous Colors of #bae09b

#bae09b #9be09f #dde09b

Monochromatic Colors of #bae09b

#bae09b

Complementary Color

#bae09b #c19be0

#bae09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bae09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bae09b Color CSS Codes

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

#bae09b Text Font Color

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

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


#bae09b Background Color

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

This div background color is #bae09b


#bae09b Border Color

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

This div border color is #bae09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bae09b


Comments

No comments written yet.

Please login to write comment.