Color Hex Logo

#d0cca7 Color Hex

#D0CCA7
(208,204,167)
0 Favorites   0 Comments

Color spaces of #d0cca7

RGB 208204167
HSL0.150.300.74
HSV54°20°82°
CMYK 0.000.020.20   0.18
XYZ54.580359.385645.1451
Yxy59.38560.34300.3732
Hunter Lab77.0621-8.433419.2097
CIE-Lab81.5031-4.678018.9736

#d0cca7 color RGB value is (208,204,167).

#d0cca7 hex color red value is 208, green value is 204 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #d0cca7 hue: 0.15 , saturation: 0.30 and the lightness value of d0cca7 is 0.74.

The process color (four color CMYK) of #d0cca7 color hex is 0.00, 0.02, 0.20, 0.18. Web safe color of #d0cca7 is #cccc99. Color #d0cca7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 11001100 10100111
Octal 320 314 247
Decimal 208 204 167
Hex D0 CC A7

RGB Percentages of Color #d0cca7

%35.92
%35.23
%28.84

CMYK Percentages of Color #d0cca7

%0
%2
%20
%18

Triadic Colors of #d0cca7

#d0cca7 #a7d0cc #cca7d0

Analogous Colors of #d0cca7

#d0cca7 #c0d0a7 #d0b8a7

Monochromatic Colors of #d0cca7

#d0cca7

Complementary Color

#d0cca7 #a7abd0

#d0cca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0cca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0cca7 Color CSS Codes

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

#d0cca7 Text Font Color

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

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


#d0cca7 Background Color

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

This div background color is #d0cca7


#d0cca7 Border Color

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

This div border color is #d0cca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0cca7


Comments

No comments written yet.

Please login to write comment.