Color Hex Logo

#bdcdd2 Color Hex

#BDCDD2
(189,205,210)
0 Favorites   0 Comments

Color spaces of #bdcdd2

RGB 189205210
HSL0.540.190.78
HSV194°10°82°
CMYK 0.100.020.00   0.18
XYZ54.450459.134669.5170
Yxy59.13460.29740.3230
Hunter Lab76.8990-8.18160.2309
CIE-Lab81.3655-4.4150-4.3445

#bdcdd2 color RGB value is (189,205,210).

#bdcdd2 hex color red value is 189, green value is 205 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #bdcdd2 hue: 0.54 , saturation: 0.19 and the lightness value of bdcdd2 is 0.78.

The process color (four color CMYK) of #bdcdd2 color hex is 0.10, 0.02, 0.00, 0.18. Web safe color of #bdcdd2 is #cccccc. Color #bdcdd2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11010010
Octal 275 315 322
Decimal 189 205 210
Hex BD CD D2

RGB Percentages of Color #bdcdd2

%31.29
%33.94
%34.77

CMYK Percentages of Color #bdcdd2

%10
%2
%0
%18

Triadic Colors of #bdcdd2

#bdcdd2 #d2bdcd #cdd2bd

Analogous Colors of #bdcdd2

#bdcdd2 #bdc3d2 #bdd2cd

Monochromatic Colors of #bdcdd2

#bdcdd2

Complementary Color

#bdcdd2 #d2c2bd

#bdcdd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdd2 Color CSS Codes

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

#bdcdd2 Text Font Color

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

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


#bdcdd2 Background Color

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

This div background color is #bdcdd2


#bdcdd2 Border Color

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

This div border color is #bdcdd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdd2


Comments

No comments written yet.

Please login to write comment.