Color Hex Logo

#dcedac Color Hex

#DCEDAC
(220,237,172)
0 Favorites   0 Comments

Color spaces of #dcedac

RGB 220237172
HSL0.210.640.80
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ67.245878.762650.6882
Yxy78.76260.34190.4004
Hunter Lab88.7483-20.057628.2606
CIE-Lab91.1268-16.221329.6964

#dcedac color RGB value is (220,237,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10101100
Octal 334 355 254
Decimal 220 237 172
Hex DC ED AC

RGB Percentages of Color #dcedac

%34.98
%37.68
%27.34

CMYK Percentages of Color #dcedac

%7
%0
%27
%7

Triadic Colors of #dcedac

#dcedac #acdced #edacdc

Analogous Colors of #dcedac

#dcedac #bcedac #eddeac

Monochromatic Colors of #dcedac

#dcedac

Complementary Color

#dcedac #bdaced

#dcedac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedac Color CSS Codes

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

#dcedac Text Font Color

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

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


#dcedac Background Color

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

This div background color is #dcedac


#dcedac Border Color

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

This div border color is #dcedac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedac


Comments

No comments written yet.

Please login to write comment.