Color Hex Logo

#dcecad Color Hex

#DCECAD
(220,236,173)
0 Favorites   0 Comments

Color spaces of #dcecad

RGB 220236173
HSL0.210.620.80
HSV75°27°93°
CMYK 0.070.000.27   0.07
XYZ67.053578.223751.0997
Yxy78.22370.34150.3983
Hunter Lab88.4442-19.448427.6554
CIE-Lab90.8819-15.590928.8558

#dcecad color RGB value is (220,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101100 10101101
Octal 334 354 255
Decimal 220 236 173
Hex DC EC AD

RGB Percentages of Color #dcecad

%34.98
%37.52
%27.50

CMYK Percentages of Color #dcecad

%7
%0
%27
%7

Triadic Colors of #dcecad

#dcecad #addcec #ecaddc

Analogous Colors of #dcecad

#dcecad #bdecad #ecddad

Monochromatic Colors of #dcecad

#dcecad

Complementary Color

#dcecad #bdadec

#dcecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcecad Color CSS Codes

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

#dcecad Text Font Color

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

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


#dcecad Background Color

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

This div background color is #dcecad


#dcecad Border Color

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

This div border color is #dcecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcecad


Comments

No comments written yet.

Please login to write comment.