Color Hex Logo

#dcceac Color Hex

#DCCEAC
(220,206,172)
0 Favorites   0 Comments

Color spaces of #dcceac

RGB 220206172
HSL0.120.410.77
HSV43°22°86°
CMYK 0.000.060.22   0.14
XYZ59.032962.336847.9506
Yxy62.33680.34860.3682
Hunter Lab78.9537-4.706119.2592
CIE-Lab83.0922-0.520518.6860

#dcceac color RGB value is (220,206,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001110 10101100
Octal 334 316 254
Decimal 220 206 172
Hex DC CE AC

RGB Percentages of Color #dcceac

%36.79
%34.45
%28.76

CMYK Percentages of Color #dcceac

%0
%6
%22
%14

Triadic Colors of #dcceac

#dcceac #acdcce #ceacdc

Analogous Colors of #dcceac

#dcceac #d2dcac #dcb6ac

Monochromatic Colors of #dcceac

#dcceac

Complementary Color

#dcceac #acbadc

#dcceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcceac Color CSS Codes

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

#dcceac Text Font Color

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

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


#dcceac Background Color

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

This div background color is #dcceac


#dcceac Border Color

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

This div border color is #dcceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcceac


Comments

No comments written yet.

Please login to write comment.