Color Hex Logo

#dcdeae Color Hex

#DCDEAE
(220,222,174)
0 Favorites   0 Comments

Color spaces of #dcdeae

RGB 220222174
HSL0.170.420.78
HSV63°22°87°
CMYK 0.010.000.22   0.13
XYZ63.276570.514250.3200
Yxy70.51420.34370.3830
Hunter Lab83.9727-12.446123.2518
CIE-Lab87.2484-8.448823.3858

#dcdeae color RGB value is (220,222,174).

#dcdeae hex color red value is 220, green value is 222 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dcdeae hue: 0.17 , saturation: 0.42 and the lightness value of dcdeae is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10101110
Octal 334 336 256
Decimal 220 222 174
Hex DC DE AE

RGB Percentages of Color #dcdeae

%35.71
%36.04
%28.25

CMYK Percentages of Color #dcdeae

%1
%0
%22
%13

Triadic Colors of #dcdeae

#dcdeae #aedcde #deaedc

Analogous Colors of #dcdeae

#dcdeae #c4deae #dec8ae

Monochromatic Colors of #dcdeae

#dcdeae

Complementary Color

#dcdeae #b0aede

#dcdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeae Color CSS Codes

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

#dcdeae Text Font Color

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

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


#dcdeae Background Color

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

This div background color is #dcdeae


#dcdeae Border Color

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

This div border color is #dcdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeae


Comments

No comments written yet.

Please login to write comment.