Color Hex Logo

#bdc8dc Color Hex

#BDC8DC
(189,200,220)
0 Favorites   0 Comments

Color spaces of #bdc8dc

RGB 189200220
HSL0.610.310.80
HSV219°14°86°
CMYK 0.140.090.00   0.14
XYZ54.558857.294775.8936
Yxy57.29470.29060.3052
Hunter Lab75.6933-3.8025-6.4616
CIE-Lab80.34510.2589-11.2162

#bdc8dc color RGB value is (189,200,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001000 11011100
Octal 275 310 334
Decimal 189 200 220
Hex BD C8 DC

RGB Percentages of Color #bdc8dc

%31.03
%32.84
%36.12

CMYK Percentages of Color #bdc8dc

%14
%9
%0
%14

Triadic Colors of #bdc8dc

#bdc8dc #dcbdc8 #c8dcbd

Analogous Colors of #bdc8dc

#bdc8dc #c2bddc #bdd8dc

Monochromatic Colors of #bdc8dc

#bdc8dc

Complementary Color

#bdc8dc #dcd1bd

#bdc8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc8dc Color CSS Codes

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

#bdc8dc Text Font Color

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

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


#bdc8dc Background Color

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

This div background color is #bdc8dc


#bdc8dc Border Color

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

This div border color is #bdc8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc8dc


Comments

No comments written yet.

Please login to write comment.