Color Hex Logo

#dcc2ae Color Hex

#DCC2AE
(220,194,174)
0 Favorites   0 Comments

Color spaces of #dcc2ae

RGB 220194174
HSL0.070.400.77
HSV26°21°86°
CMYK 0.000.120.21   0.14
XYZ56.447056.855248.0435
Yxy56.85520.34990.3524
Hunter Lab75.40241.672815.0044
CIE-Lab80.09816.062913.4255

#dcc2ae color RGB value is (220,194,174).

#dcc2ae hex color red value is 220, green value is 194 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcc2ae hue: 0.07 , saturation: 0.40 and the lightness value of dcc2ae is 0.77.

The process color (four color CMYK) of #dcc2ae color hex is 0.00, 0.12, 0.21, 0.14. Web safe color of #dcc2ae is #cccc99. Color #dcc2ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000010 10101110
Octal 334 302 256
Decimal 220 194 174
Hex DC C2 AE

RGB Percentages of Color #dcc2ae

%37.41
%32.99
%29.59

CMYK Percentages of Color #dcc2ae

%0
%12
%21
%14

Triadic Colors of #dcc2ae

#dcc2ae #aedcc2 #c2aedc

Analogous Colors of #dcc2ae

#dcc2ae #dcd9ae #dcaeb1

Monochromatic Colors of #dcc2ae

#dcc2ae

Complementary Color

#dcc2ae #aec8dc

#dcc2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc2ae Color CSS Codes

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

#dcc2ae Text Font Color

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

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


#dcc2ae Background Color

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

This div background color is #dcc2ae


#dcc2ae Border Color

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

This div border color is #dcc2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc2ae

#dcc2ae Color Palettes


Comments

No comments written yet.

Please login to write comment.