Color Hex Logo

#d8cca5 Color Hex

#D8CCA5
(216,204,165)
0 Favorites   0 Comments

Color spaces of #d8cca5

RGB 216204165
HSL0.130.400.75
HSV46°24°85°
CMYK 0.000.060.24   0.15
XYZ56.703360.501344.2866
Yxy60.50130.35110.3746
Hunter Lab77.7826-5.993520.6902
CIE-Lab82.1099-1.973620.9712

#d8cca5 color RGB value is (216,204,165).

#d8cca5 hex color red value is 216, green value is 204 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #d8cca5 hue: 0.13 , saturation: 0.40 and the lightness value of d8cca5 is 0.75.

The process color (four color CMYK) of #d8cca5 color hex is 0.00, 0.06, 0.24, 0.15. Web safe color of #d8cca5 is #cccc99. Color #d8cca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001100 10100101
Octal 330 314 245
Decimal 216 204 165
Hex D8 CC A5

RGB Percentages of Color #d8cca5

%36.92
%34.87
%28.21

CMYK Percentages of Color #d8cca5

%0
%6
%24
%15

Triadic Colors of #d8cca5

#d8cca5 #a5d8cc #cca5d8

Analogous Colors of #d8cca5

#d8cca5 #cbd8a5 #d8b3a5

Monochromatic Colors of #d8cca5

#d8cca5

Complementary Color

#d8cca5 #a5b1d8

#d8cca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cca5 Color CSS Codes

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

#d8cca5 Text Font Color

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

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


#d8cca5 Background Color

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

This div background color is #d8cca5


#d8cca5 Border Color

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

This div border color is #d8cca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cca5


Comments

No comments written yet.

Please login to write comment.