Color Hex Logo

#bbe5ac Color Hex

#BBE5AC
(187,229,172)
0 Favorites   0 Comments

Color spaces of #bbe5ac

RGB 187229172
HSL0.290.520.79
HSV104°25°90°
CMYK 0.180.000.25   0.10
XYZ55.959269.582049.5110
Yxy69.58200.31970.3975
Hunter Lab83.4158-26.231623.1998
CIE-Lab86.7914-24.001923.4310

#bbe5ac color RGB value is (187,229,172).

#bbe5ac hex color red value is 187, green value is 229 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bbe5ac hue: 0.29 , saturation: 0.52 and the lightness value of bbe5ac is 0.79.

The process color (four color CMYK) of #bbe5ac color hex is 0.18, 0.00, 0.25, 0.10. Web safe color of #bbe5ac is #cccc99. Color #bbe5ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 10101100
Octal 273 345 254
Decimal 187 229 172
Hex BB E5 AC

RGB Percentages of Color #bbe5ac

%31.80
%38.95
%29.25

CMYK Percentages of Color #bbe5ac

%18
%0
%25
%10

Triadic Colors of #bbe5ac

#bbe5ac #acbbe5 #e5acbb

Analogous Colors of #bbe5ac

#bbe5ac #ace5ba #d8e5ac

Monochromatic Colors of #bbe5ac

#bbe5ac

Complementary Color

#bbe5ac #d6ace5

#bbe5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe5ac Color CSS Codes

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

#bbe5ac Text Font Color

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

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


#bbe5ac Background Color

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

This div background color is #bbe5ac


#bbe5ac Border Color

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

This div border color is #bbe5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe5ac


Comments

No comments written yet.

Please login to write comment.