Color Hex Logo

#bbdcd4 Color Hex

#BBDCD4
(187,220,212)
0 Favorites   0 Comments

Color spaces of #bbdcd4

RGB 187220212
HSL0.460.320.80
HSV165°15°86°
CMYK 0.150.000.04   0.14
XYZ57.970466.504772.0687
Yxy66.50470.29490.3384
Hunter Lab81.5504-15.82594.6888
CIE-Lab85.2532-12.41010.2766

#bbdcd4 color RGB value is (187,220,212).

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

The process color (four color CMYK) of #bbdcd4 color hex is 0.15, 0.00, 0.04, 0.14. Web safe color of #bbdcd4 is #cccccc. Color #bbdcd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11011100 11010100
Octal 273 334 324
Decimal 187 220 212
Hex BB DC D4

RGB Percentages of Color #bbdcd4

%30.21
%35.54
%34.25

CMYK Percentages of Color #bbdcd4

%15
%0
%4
%14

Triadic Colors of #bbdcd4

#bbdcd4 #d4bbdc #dcd4bb

Analogous Colors of #bbdcd4

#bbdcd4 #bbd4dc #bbdcc4

Monochromatic Colors of #bbdcd4

#bbdcd4

Complementary Color

#bbdcd4 #dcbbc3

#bbdcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbdcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbdcd4 Color CSS Codes

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

#bbdcd4 Text Font Color

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

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


#bbdcd4 Background Color

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

This div background color is #bbdcd4


#bbdcd4 Border Color

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

This div border color is #bbdcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbdcd4


Comments

No comments written yet.

Please login to write comment.