Color Hex Logo

#d0dcbc Color Hex

#D0DCBC
(208,220,188)
0 Favorites   0 Comments

Color spaces of #d0dcbc

RGB 208220188
HSL0.230.310.80
HSV83°15°86°
CMYK 0.050.000.15   0.14
XYZ60.682768.227157.5478
Yxy68.22710.32550.3659
Hunter Lab82.5997-13.412616.5120
CIE-Lab86.1199-9.633214.3652

#d0dcbc color RGB value is (208,220,188).

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

The process color (four color CMYK) of #d0dcbc color hex is 0.05, 0.00, 0.15, 0.14. Web safe color of #d0dcbc is #cccccc. Color #d0dcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11011100 10111100
Octal 320 334 274
Decimal 208 220 188
Hex D0 DC BC

RGB Percentages of Color #d0dcbc

%33.77
%35.71
%30.52

CMYK Percentages of Color #d0dcbc

%5
%0
%15
%14

Triadic Colors of #d0dcbc

#d0dcbc #bcd0dc #dcbcd0

Analogous Colors of #d0dcbc

#d0dcbc #c0dcbc #dcd8bc

Monochromatic Colors of #d0dcbc

#d0dcbc

Complementary Color

#d0dcbc #c8bcdc

#d0dcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0dcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0dcbc Color CSS Codes

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

#d0dcbc Text Font Color

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

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


#d0dcbc Background Color

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

This div background color is #d0dcbc


#d0dcbc Border Color

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

This div border color is #d0dcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,220,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0dcbc


Comments

No comments written yet.

Please login to write comment.