Color Hex Logo

#dceacc Color Hex

#DCEACC
(220,234,204)
0 Favorites   0 Comments

Color spaces of #dceacc

RGB 220234204
HSL0.240.420.86
HSV88°13°92°
CMYK 0.060.000.13   0.08
XYZ69.837178.420968.5827
Yxy78.42090.32210.3617
Hunter Lab88.5556-14.202816.0712
CIE-Lab90.9716-9.901712.9928

#dceacc color RGB value is (220,234,204).

#dceacc hex color red value is 220, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #dceacc hue: 0.24 , saturation: 0.42 and the lightness value of dceacc is 0.86.

The process color (four color CMYK) of #dceacc color hex is 0.06, 0.00, 0.13, 0.08. Web safe color of #dceacc is #ccffcc. Color #dceacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11001100
Octal 334 352 314
Decimal 220 234 204
Hex DC EA CC

RGB Percentages of Color #dceacc

%33.43
%35.56
%31.00

CMYK Percentages of Color #dceacc

%6
%0
%13
%8

Triadic Colors of #dceacc

#dceacc #ccdcea #eaccdc

Analogous Colors of #dceacc

#dceacc #cdeacc #eae9cc

Monochromatic Colors of #dceacc

#dceacc

Complementary Color

#dceacc #daccea

#dceacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceacc Color CSS Codes

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

#dceacc Text Font Color

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

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


#dceacc Background Color

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

This div background color is #dceacc


#dceacc Border Color

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

This div border color is #dceacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceacc


Comments

No comments written yet.

Please login to write comment.