Color Hex Logo

#dcdfaa Color Hex

#DCDFAA
(220,223,170)
0 Favorites   0 Comments

Color spaces of #dcdfaa

RGB 220223170
HSL0.180.450.77
HSV63°24°87°
CMYK 0.010.000.24   0.13
XYZ63.158670.893348.3852
Yxy70.89330.34620.3886
Hunter Lab84.1982-13.450624.8672
CIE-Lab87.4331-9.516325.7121

#dcdfaa color RGB value is (220,223,170).

#dcdfaa hex color red value is 220, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcdfaa hue: 0.18 , saturation: 0.45 and the lightness value of dcdfaa is 0.77.

The process color (four color CMYK) of #dcdfaa color hex is 0.01, 0.00, 0.24, 0.13. Web safe color of #dcdfaa is #cccc99. Color #dcdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011111 10101010
Octal 334 337 252
Decimal 220 223 170
Hex DC DF AA

RGB Percentages of Color #dcdfaa

%35.89
%36.38
%27.73

CMYK Percentages of Color #dcdfaa

%1
%0
%24
%13

Triadic Colors of #dcdfaa

#dcdfaa #aadcdf #dfaadc

Analogous Colors of #dcdfaa

#dcdfaa #c2dfaa #dfc8aa

Monochromatic Colors of #dcdfaa

#dcdfaa

Complementary Color

#dcdfaa #adaadf

#dcdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdfaa Color CSS Codes

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

#dcdfaa Text Font Color

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

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


#dcdfaa Background Color

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

This div background color is #dcdfaa


#dcdfaa Border Color

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

This div border color is #dcdfaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,223,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 #dcdfaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdfaa


Comments

No comments written yet.

Please login to write comment.