Color Hex Logo

#bbe4ab Color Hex

#BBE4AB
(187,228,171)
0 Favorites   0 Comments

Color spaces of #bbe4ab

RGB 187228171
HSL0.290.510.78
HSV103°25°89°
CMYK 0.180.000.25   0.11
XYZ55.587668.991948.9151
Yxy68.99190.32040.3977
Hunter Lab83.0614-25.898923.2269
CIE-Lab86.5000-23.675523.5481

#bbe4ab color RGB value is (187,228,171).

#bbe4ab hex color red value is 187, green value is 228 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bbe4ab hue: 0.29 , saturation: 0.51 and the lightness value of bbe4ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100100 10101011
Octal 273 344 253
Decimal 187 228 171
Hex BB E4 AB

RGB Percentages of Color #bbe4ab

%31.91
%38.91
%29.18

CMYK Percentages of Color #bbe4ab

%18
%0
%25
%11

Triadic Colors of #bbe4ab

#bbe4ab #abbbe4 #e4abbb

Analogous Colors of #bbe4ab

#bbe4ab #abe4b8 #d8e4ab

Monochromatic Colors of #bbe4ab

#bbe4ab

Complementary Color

#bbe4ab #d4abe4

#bbe4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe4ab Color CSS Codes

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

#bbe4ab Text Font Color

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

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


#bbe4ab Background Color

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

This div background color is #bbe4ab


#bbe4ab Border Color

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

This div border color is #bbe4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe4ab


Comments

No comments written yet.

Please login to write comment.