Color Hex Logo

#dce4ae Color Hex

#DCE4AE
(220,228,174)
0 Favorites   0 Comments

Color spaces of #dce4ae

RGB 220228174
HSL0.190.500.79
HSV69°24°89°
CMYK 0.040.000.24   0.11
XYZ64.898673.758450.8607
Yxy73.75840.34240.3892
Hunter Lab85.8827-15.408525.0057
CIE-Lab88.8082-11.472625.5232

#dce4ae color RGB value is (220,228,174).

#dce4ae hex color red value is 220, green value is 228 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dce4ae hue: 0.19 , saturation: 0.50 and the lightness value of dce4ae is 0.79.

The process color (four color CMYK) of #dce4ae color hex is 0.04, 0.00, 0.24, 0.11. Web safe color of #dce4ae is #cccc99. Color #dce4ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 10101110
Octal 334 344 256
Decimal 220 228 174
Hex DC E4 AE

RGB Percentages of Color #dce4ae

%35.37
%36.66
%27.97

CMYK Percentages of Color #dce4ae

%4
%0
%24
%11

Triadic Colors of #dce4ae

#dce4ae #aedce4 #e4aedc

Analogous Colors of #dce4ae

#dce4ae #c1e4ae #e4d1ae

Monochromatic Colors of #dce4ae

#dce4ae

Complementary Color

#dce4ae #b6aee4

#dce4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce4ae Color CSS Codes

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

#dce4ae Text Font Color

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

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


#dce4ae Background Color

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

This div background color is #dce4ae


#dce4ae Border Color

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

This div border color is #dce4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce4ae


Comments

No comments written yet.

Please login to write comment.