Color Hex Logo

#bbdfb0 Color Hex

#BBDFB0
(187,223,176)
0 Favorites   0 Comments

Color spaces of #bbdfb0

RGB 187223176
HSL0.290.420.78
HSV106°21°87°
CMYK 0.160.000.21   0.13
XYZ54.717766.474751.0213
Yxy66.47470.31770.3860
Hunter Lab81.5320-22.886319.9698
CIE-Lab85.2380-20.428219.2045

#bbdfb0 color RGB value is (187,223,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 10110000
Octal 273 337 260
Decimal 187 223 176
Hex BB DF B0

RGB Percentages of Color #bbdfb0

%31.91
%38.05
%30.03

CMYK Percentages of Color #bbdfb0

%16
%0
%21
%13

Triadic Colors of #bbdfb0

#bbdfb0 #b0bbdf #dfb0bb

Analogous Colors of #bbdfb0

#bbdfb0 #b0dfbd #d3dfb0

Monochromatic Colors of #bbdfb0

#bbdfb0

Complementary Color

#bbdfb0 #d4b0df

#bbdfb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfb0 Color CSS Codes

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

#bbdfb0 Text Font Color

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

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


#bbdfb0 Background Color

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

This div background color is #bbdfb0


#bbdfb0 Border Color

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

This div border color is #bbdfb0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,223,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 #bbdfb0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfb0


Comments

No comments written yet.

Please login to write comment.