Color Hex Logo

#bbdea8 Color Hex

#BBDEA8
(187,222,168)
0 Favorites   0 Comments

Color spaces of #bbdea8

RGB 187222168
HSL0.270.450.76
HSV99°24°87°
CMYK 0.160.000.24   0.13
XYZ53.682765.634546.8851
Yxy65.63450.32300.3949
Hunter Lab81.0151-23.497822.3983
CIE-Lab84.8096-21.221222.7826

#bbdea8 color RGB value is (187,222,168).

#bbdea8 hex color red value is 187, green value is 222 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #bbdea8 hue: 0.27 , saturation: 0.45 and the lightness value of bbdea8 is 0.76.

The process color (four color CMYK) of #bbdea8 color hex is 0.16, 0.00, 0.24, 0.13. Web safe color of #bbdea8 is #cccc99. Color #bbdea8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10101000
Octal 273 336 250
Decimal 187 222 168
Hex BB DE A8

RGB Percentages of Color #bbdea8

%32.41
%38.47
%29.12

CMYK Percentages of Color #bbdea8

%16
%0
%24
%13

Triadic Colors of #bbdea8

#bbdea8 #a8bbde #dea8bb

Analogous Colors of #bbdea8

#bbdea8 #a8deb0 #d6dea8

Monochromatic Colors of #bbdea8

#bbdea8

Complementary Color

#bbdea8 #cba8de

#bbdea8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdea8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdea8 Color CSS Codes

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

#bbdea8 Text Font Color

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

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


#bbdea8 Background Color

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

This div background color is #bbdea8


#bbdea8 Border Color

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

This div border color is #bbdea8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdea8


Comments

No comments written yet.

Please login to write comment.