Color Hex Logo

#dcceaa Color Hex

#DCCEAA
(220,206,170)
0 Favorites   0 Comments

Color spaces of #dcceaa

RGB 220206170
HSL0.120.420.76
HSV43°23°86°
CMYK 0.000.060.23   0.14
XYZ58.842262.260546.9464
Yxy62.26050.35010.3705
Hunter Lab78.9053-4.971219.9579
CIE-Lab83.0518-0.806119.6860

#dcceaa color RGB value is (220,206,170).

#dcceaa hex color red value is 220, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcceaa hue: 0.12 , saturation: 0.42 and the lightness value of dcceaa is 0.76.

The process color (four color CMYK) of #dcceaa color hex is 0.00, 0.06, 0.23, 0.14. Web safe color of #dcceaa is #cccc99. Color #dcceaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10101010
Octal 334 316 252
Decimal 220 206 170
Hex DC CE AA

RGB Percentages of Color #dcceaa

%36.91
%34.56
%28.52

CMYK Percentages of Color #dcceaa

%0
%6
%23
%14

Triadic Colors of #dcceaa

#dcceaa #aadcce #ceaadc

Analogous Colors of #dcceaa

#dcceaa #d1dcaa #dcb5aa

Monochromatic Colors of #dcceaa

#dcceaa

Complementary Color

#dcceaa #aab8dc

#dcceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceaa Color CSS Codes

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

#dcceaa Text Font Color

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

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


#dcceaa Background Color

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

This div background color is #dcceaa


#dcceaa Border Color

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

This div border color is #dcceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceaa


Comments

No comments written yet.

Please login to write comment.