Color Hex Logo

#bbdfd9 Color Hex

#BBDFD9
(187,223,217)
0 Favorites   0 Comments

Color spaces of #bbdfd9

RGB 187223217
HSL0.470.360.80
HSV170°16°87°
CMYK 0.160.000.03   0.13
XYZ59.405668.349975.7075
Yxy68.34990.29200.3359
Hunter Lab82.6740-16.41793.5779
CIE-Lab86.1811-12.9389-1.0090

#bbdfd9 color RGB value is (187,223,217).

#bbdfd9 hex color red value is 187, green value is 223 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bbdfd9 hue: 0.47 , saturation: 0.36 and the lightness value of bbdfd9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011111 11011001
Octal 273 337 331
Decimal 187 223 217
Hex BB DF D9

RGB Percentages of Color #bbdfd9

%29.82
%35.57
%34.61

CMYK Percentages of Color #bbdfd9

%16
%0
%3
%13

Triadic Colors of #bbdfd9

#bbdfd9 #d9bbdf #dfd9bb

Analogous Colors of #bbdfd9

#bbdfd9 #bbd3df #bbdfc7

Monochromatic Colors of #bbdfd9

#bbdfd9

Complementary Color

#bbdfd9 #dfbbc1

#bbdfd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdfd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdfd9 Color CSS Codes

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

#bbdfd9 Text Font Color

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

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


#bbdfd9 Background Color

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

This div background color is #bbdfd9


#bbdfd9 Border Color

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

This div border color is #bbdfd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdfd9


Comments

No comments written yet.

Please login to write comment.