Color Hex Logo

#bbe3aa Color Hex

#BBE3AA
(187,227,170)
0 Favorites   0 Comments

Color spaces of #bbe3aa

RGB 187227170
HSL0.280.500.78
HSV102°25°89°
CMYK 0.180.000.25   0.11
XYZ55.218368.405248.3234
Yxy68.40520.32110.3978
Hunter Lab82.7074-25.565323.2539
CIE-Lab86.2087-23.347623.6659

#bbe3aa color RGB value is (187,227,170).

#bbe3aa hex color red value is 187, green value is 227 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bbe3aa hue: 0.28 , saturation: 0.50 and the lightness value of bbe3aa is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100011 10101010
Octal 273 343 252
Decimal 187 227 170
Hex BB E3 AA

RGB Percentages of Color #bbe3aa

%32.02
%38.87
%29.11

CMYK Percentages of Color #bbe3aa

%18
%0
%25
%11

Triadic Colors of #bbe3aa

#bbe3aa #aabbe3 #e3aabb

Analogous Colors of #bbe3aa

#bbe3aa #aae3b6 #d8e3aa

Monochromatic Colors of #bbe3aa

#bbe3aa

Complementary Color

#bbe3aa #d2aae3

#bbe3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe3aa Color CSS Codes

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

#bbe3aa Text Font Color

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

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


#bbe3aa Background Color

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

This div background color is #bbe3aa


#bbe3aa Border Color

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

This div border color is #bbe3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe3aa


Comments

No comments written yet.

Please login to write comment.