Color Hex Logo

#bdcdcc Color Hex

#BDCDCC
(189,205,204)
0 Favorites   0 Comments

Color spaces of #bdcdcc

RGB 189205204
HSL0.490.140.77
HSV176°80°
CMYK 0.080.000.00   0.20
XYZ53.716758.841165.6530
Yxy58.84110.30140.3302
Hunter Lab76.7080-9.23972.9503
CIE-Lab81.2042-5.5932-1.3708

#bdcdcc color RGB value is (189,205,204).

#bdcdcc hex color red value is 189, green value is 205 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #bdcdcc hue: 0.49 , saturation: 0.14 and the lightness value of bdcdcc is 0.77.

The process color (four color CMYK) of #bdcdcc color hex is 0.08, 0.00, 0.00, 0.20. Web safe color of #bdcdcc is #cccccc. Color #bdcdcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 11001101 11001100
Octal 275 315 314
Decimal 189 205 204
Hex BD CD CC

RGB Percentages of Color #bdcdcc

%31.61
%34.28
%34.11

CMYK Percentages of Color #bdcdcc

%8
%0
%0
%20

Triadic Colors of #bdcdcc

#bdcdcc #ccbdcd #cdccbd

Analogous Colors of #bdcdcc

#bdcdcc #bdc6cd #bdcdc4

Monochromatic Colors of #bdcdcc

#bdcdcc

Complementary Color

#bdcdcc #cdbdbe

#bdcdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdcdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdcdcc Color CSS Codes

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

#bdcdcc Text Font Color

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

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


#bdcdcc Background Color

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

This div background color is #bdcdcc


#bdcdcc Border Color

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

This div border color is #bdcdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdcdcc


Comments

No comments written yet.

Please login to write comment.