Color Hex Logo

#bdd2dc Color Hex

#BDD2DC
(189,210,220)
0 Favorites   0 Comments

Color spaces of #bdd2dc

RGB 189210220
HSL0.550.310.80
HSV199°14°86°
CMYK 0.140.050.00   0.14
XYZ56.951162.079376.6910
Yxy62.07930.29100.3172
Hunter Lab78.7904-8.8603-2.5569
CIE-Lab82.9556-5.0064-7.3343

#bdd2dc color RGB value is (189,210,220).

#bdd2dc hex color red value is 189, green value is 210 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #bdd2dc hue: 0.55 , saturation: 0.31 and the lightness value of bdd2dc is 0.80.

The process color (four color CMYK) of #bdd2dc color hex is 0.14, 0.05, 0.00, 0.14. Web safe color of #bdd2dc is #cccccc. Color #bdd2dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11010010 11011100
Octal 275 322 334
Decimal 189 210 220
Hex BD D2 DC

RGB Percentages of Color #bdd2dc

%30.53
%33.93
%35.54

CMYK Percentages of Color #bdd2dc

%14
%5
%0
%14

Triadic Colors of #bdd2dc

#bdd2dc #dcbdd2 #d2dcbd

Analogous Colors of #bdd2dc

#bdd2dc #bdc3dc #bddcd7

Monochromatic Colors of #bdd2dc

#bdd2dc

Complementary Color

#bdd2dc #dcc7bd

#bdd2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdd2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdd2dc Color CSS Codes

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

#bdd2dc Text Font Color

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

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


#bdd2dc Background Color

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

This div background color is #bdd2dc


#bdd2dc Border Color

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

This div border color is #bdd2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdd2dc


Comments

No comments written yet.

Please login to write comment.