Color Hex Logo

#bbdeb0 Color Hex

#BBDEB0
(187,222,176)
0 Favorites   0 Comments

Color spaces of #bbdeb0

RGB 187222176
HSL0.290.410.78
HSV106°21°87°
CMYK 0.160.000.21   0.13
XYZ54.451365.941950.9325
Yxy65.94190.31780.3849
Hunter Lab81.2046-22.415919.6558
CIE-Lab84.9668-19.935418.8271

#bbdeb0 color RGB value is (187,222,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10110000
Octal 273 336 260
Decimal 187 222 176
Hex BB DE B0

RGB Percentages of Color #bbdeb0

%31.97
%37.95
%30.09

CMYK Percentages of Color #bbdeb0

%16
%0
%21
%13

Triadic Colors of #bbdeb0

#bbdeb0 #b0bbde #deb0bb

Analogous Colors of #bbdeb0

#bbdeb0 #b0debc #d2deb0

Monochromatic Colors of #bbdeb0

#bbdeb0

Complementary Color

#bbdeb0 #d3b0de

#bbdeb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeb0 Color CSS Codes

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

#bbdeb0 Text Font Color

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

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


#bbdeb0 Background Color

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

This div background color is #bbdeb0


#bbdeb0 Border Color

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

This div border color is #bbdeb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeb0


Comments

No comments written yet.

Please login to write comment.