Color Hex Logo

#bbdeb5 Color Hex

#BBDEB5
(187,222,181)
0 Favorites   0 Comments

Color spaces of #bbdeb5

RGB 187222181
HSL0.310.380.79
HSV111°18°87°
CMYK 0.160.000.18   0.13
XYZ54.955366.143553.5866
Yxy66.14350.31460.3786
Hunter Lab81.3287-21.709317.8645
CIE-Lab85.0696-19.101116.3531

#bbdeb5 color RGB value is (187,222,181).

#bbdeb5 hex color red value is 187, green value is 222 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #bbdeb5 hue: 0.31 , saturation: 0.38 and the lightness value of bbdeb5 is 0.79.

The process color (four color CMYK) of #bbdeb5 color hex is 0.16, 0.00, 0.18, 0.13. Web safe color of #bbdeb5 is #cccccc. Color #bbdeb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011110 10110101
Octal 273 336 265
Decimal 187 222 181
Hex BB DE B5

RGB Percentages of Color #bbdeb5

%31.69
%37.63
%30.68

CMYK Percentages of Color #bbdeb5

%16
%0
%18
%13

Triadic Colors of #bbdeb5

#bbdeb5 #b5bbde #deb5bb

Analogous Colors of #bbdeb5

#bbdeb5 #b5dec4 #d0deb5

Monochromatic Colors of #bbdeb5

#bbdeb5

Complementary Color

#bbdeb5 #d8b5de

#bbdeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdeb5 Color CSS Codes

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

#bbdeb5 Text Font Color

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

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


#bbdeb5 Background Color

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

This div background color is #bbdeb5


#bbdeb5 Border Color

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

This div border color is #bbdeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdeb5


Comments

No comments written yet.

Please login to write comment.