Color Hex Logo

#dcedaa Color Hex

#DCEDAA
(220,237,170)
0 Favorites   0 Comments

Color spaces of #dcedaa

RGB 220237170
HSL0.210.650.80
HSV75°28°93°
CMYK 0.070.000.28   0.07
XYZ67.055178.686349.6840
Yxy78.68630.34310.4026
Hunter Lab88.7053-20.300628.8853
CIE-Lab91.0922-16.493730.6672

#dcedaa color RGB value is (220,237,170).

#dcedaa hex color red value is 220, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcedaa hue: 0.21 , saturation: 0.65 and the lightness value of dcedaa is 0.80.

The process color (four color CMYK) of #dcedaa color hex is 0.07, 0.00, 0.28, 0.07. Web safe color of #dcedaa is #ccff99. Color #dcedaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10101010
Octal 334 355 252
Decimal 220 237 170
Hex DC ED AA

RGB Percentages of Color #dcedaa

%35.09
%37.80
%27.11

CMYK Percentages of Color #dcedaa

%7
%0
%28
%7

Triadic Colors of #dcedaa

#dcedaa #aadced #edaadc

Analogous Colors of #dcedaa

#dcedaa #bbedaa #edddaa

Monochromatic Colors of #dcedaa

#dcedaa

Complementary Color

#dcedaa #bbaaed

#dcedaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedaa Color CSS Codes

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

#dcedaa Text Font Color

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

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


#dcedaa Background Color

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

This div background color is #dcedaa


#dcedaa Border Color

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

This div border color is #dcedaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedaa


Comments

No comments written yet.

Please login to write comment.