Color Hex Logo

#dce4ca Color Hex

#DCE4CA
(220,228,202)
0 Favorites   0 Comments

Color spaces of #dce4ca

RGB 220228202
HSL0.220.330.84
HSV78°11°89°
CMYK 0.040.000.11   0.11
XYZ67.919374.966766.7674
Yxy74.96670.32400.3576
Hunter Lab86.5833-11.498514.8877
CIE-Lab89.3774-7.198411.7703

#dce4ca color RGB value is (220,228,202).

#dce4ca hex color red value is 220, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #dce4ca hue: 0.22 , saturation: 0.33 and the lightness value of dce4ca is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100100 11001010
Octal 334 344 312
Decimal 220 228 202
Hex DC E4 CA

RGB Percentages of Color #dce4ca

%33.85
%35.08
%31.08

CMYK Percentages of Color #dce4ca

%4
%0
%11
%11

Triadic Colors of #dce4ca

#dce4ca #cadce4 #e4cadc

Analogous Colors of #dce4ca

#dce4ca #cfe4ca #e4dfca

Monochromatic Colors of #dce4ca

#dce4ca

Complementary Color

#dce4ca #d2cae4

#dce4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce4ca Color CSS Codes

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

#dce4ca Text Font Color

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

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


#dce4ca Background Color

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

This div background color is #dce4ca


#dce4ca Border Color

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

This div border color is #dce4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce4ca


Comments

No comments written yet.

Please login to write comment.