Color Hex Logo

#dcedad Color Hex

#DCEDAD
(220,237,173)
0 Favorites   0 Comments

Color spaces of #dcedad

RGB 220237173
HSL0.210.640.80
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ67.342278.801151.1960
Yxy78.80110.34130.3993
Hunter Lab88.7700-19.934827.9449
CIE-Lab91.1442-16.083729.2106

#dcedad color RGB value is (220,237,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10101101
Octal 334 355 255
Decimal 220 237 173
Hex DC ED AD

RGB Percentages of Color #dcedad

%34.92
%37.62
%27.46

CMYK Percentages of Color #dcedad

%7
%0
%27
%7

Triadic Colors of #dcedad

#dcedad #addced #edaddc

Analogous Colors of #dcedad

#dcedad #bcedad #eddead

Monochromatic Colors of #dcedad

#dcedad

Complementary Color

#dcedad #beaded

#dcedad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedad Color CSS Codes

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

#dcedad Text Font Color

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

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


#dcedad Background Color

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

This div background color is #dcedad


#dcedad Border Color

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

This div border color is #dcedad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedad


Comments

No comments written yet.

Please login to write comment.