Color Hex Logo

#bdc2dc Color Hex

#BDC2DC
(189,194,220)
0 Favorites   0 Comments

Color spaces of #bdc2dc

RGB 189194220
HSL0.640.310.80
HSV230°14°86°
CMYK 0.140.120.00   0.14
XYZ53.196354.569775.4394
Yxy54.56970.29040.2979
Hunter Lab73.8713-0.7331-8.8387
CIE-Lab78.79283.4615-13.5382

#bdc2dc color RGB value is (189,194,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 11000010 11011100
Octal 275 302 334
Decimal 189 194 220
Hex BD C2 DC

RGB Percentages of Color #bdc2dc

%31.34
%32.17
%36.48

CMYK Percentages of Color #bdc2dc

%14
%12
%0
%14

Triadic Colors of #bdc2dc

#bdc2dc #dcbdc2 #c2dcbd

Analogous Colors of #bdc2dc

#bdc2dc #c8bddc #bdd2dc

Monochromatic Colors of #bdc2dc

#bdc2dc

Complementary Color

#bdc2dc #dcd7bd

#bdc2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdc2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdc2dc Color CSS Codes

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

#bdc2dc Text Font Color

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

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


#bdc2dc Background Color

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

This div background color is #bdc2dc


#bdc2dc Border Color

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

This div border color is #bdc2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdc2dc


Comments

No comments written yet.

Please login to write comment.