Color Hex Logo

#bdccdc Color Hex

#BDCCDC
(189,204,220)
0 Favorites   0 Comments

Color spaces of #bdccdc

RGB 189204220
HSL0.590.310.80
HSV211°14°86°
CMYK 0.140.070.00   0.14
XYZ55.497459.171976.2064
Yxy59.17190.29080.3100
Hunter Lab76.9233-5.8343-4.8912
CIE-Lab81.3860-1.8585-9.6648

#bdccdc color RGB value is (189,204,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001100 11011100
Octal 275 314 334
Decimal 189 204 220
Hex BD CC DC

RGB Percentages of Color #bdccdc

%30.83
%33.28
%35.89

CMYK Percentages of Color #bdccdc

%14
%7
%0
%14

Triadic Colors of #bdccdc

#bdccdc #dcbdcc #ccdcbd

Analogous Colors of #bdccdc

#bdccdc #bebddc #bddcdc

Monochromatic Colors of #bdccdc

#bdccdc

Complementary Color

#bdccdc #dccdbd

#bdccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdccdc Color CSS Codes

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

#bdccdc Text Font Color

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

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


#bdccdc Background Color

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

This div background color is #bdccdc


#bdccdc Border Color

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

This div border color is #bdccdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,204,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 #bdccdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdccdc


Comments

No comments written yet.

Please login to write comment.