Color Hex Logo

#dce1ca Color Hex

#DCE1CA
(220,225,202)
0 Favorites   0 Comments

Color spaces of #dce1ca

RGB 220225202
HSL0.200.280.84
HSV73°10°88°
CMYK 0.020.000.10   0.12
XYZ67.101173.330366.4947
Yxy73.33030.32430.3544
Hunter Lab85.6331-9.987413.9041
CIE-Lab88.6050-5.671410.6702

#dce1ca color RGB value is (220,225,202).

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

The process color (four color CMYK) of #dce1ca color hex is 0.02, 0.00, 0.10, 0.12. Web safe color of #dce1ca is #cccccc. Color #dce1ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100001 11001010
Octal 334 341 312
Decimal 220 225 202
Hex DC E1 CA

RGB Percentages of Color #dce1ca

%34.00
%34.78
%31.22

CMYK Percentages of Color #dce1ca

%2
%0
%10
%12

Triadic Colors of #dce1ca

#dce1ca #cadce1 #e1cadc

Analogous Colors of #dce1ca

#dce1ca #d1e1ca #e1dbca

Monochromatic Colors of #dce1ca

#dce1ca

Complementary Color

#dce1ca #cfcae1

#dce1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce1ca Color CSS Codes

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

#dce1ca Text Font Color

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

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


#dce1ca Background Color

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

This div background color is #dce1ca


#dce1ca Border Color

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

This div border color is #dce1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce1ca


Comments

No comments written yet.

Please login to write comment.