Color Hex Logo

#bbd4dd Color Hex

#BBD4DD
(187,212,221)
2 Favorites   0 Comments

Color spaces of #bbd4dd

RGB 187212221
HSL0.540.330.80
HSV196°15°87°
CMYK 0.150.040.00   0.13
XYZ57.088162.872277.5333
Yxy62.87220.28910.3184
Hunter Lab79.2920-10.2458-2.4706
CIE-Lab83.3751-6.4770-7.2600

#bbd4dd color RGB value is (187,212,221).

#bbd4dd hex color red value is 187, green value is 212 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bbd4dd hue: 0.54 , saturation: 0.33 and the lightness value of bbd4dd is 0.80.

The process color (four color CMYK) of #bbd4dd color hex is 0.15, 0.04, 0.00, 0.13. Web safe color of #bbd4dd is #cccccc. Color #bbd4dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11010100 11011101
Octal 273 324 335
Decimal 187 212 221
Hex BB D4 DD

RGB Percentages of Color #bbd4dd

%30.16
%34.19
%35.65

CMYK Percentages of Color #bbd4dd

%15
%4
%0
%13

Triadic Colors of #bbd4dd

#bbd4dd #ddbbd4 #d4ddbb

Analogous Colors of #bbd4dd

#bbd4dd #bbc3dd #bbddd5

Monochromatic Colors of #bbd4dd

#bbd4dd

Complementary Color

#bbd4dd #ddc4bb

#bbd4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbd4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbd4dd Color CSS Codes

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

#bbd4dd Text Font Color

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

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


#bbd4dd Background Color

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

This div background color is #bbd4dd


#bbd4dd Border Color

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

This div border color is #bbd4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbd4dd

#bbd4dd Color Palettes


Comments

No comments written yet.

Please login to write comment.