Color Hex Logo

#dceda4 Color Hex

#DCEDA4
(220,237,164)
0 Favorites   0 Comments

Color spaces of #dceda4

RGB 220237164
HSL0.210.670.79
HSV74°31°93°
CMYK 0.070.000.31   0.07
XYZ66.500278.464446.7622
Yxy78.46440.34680.4093
Hunter Lab88.5801-21.009030.7064
CIE-Lab90.9914-17.290633.5729

#dceda4 color RGB value is (220,237,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 10100100
Octal 334 355 244
Decimal 220 237 164
Hex DC ED A4

RGB Percentages of Color #dceda4

%35.43
%38.16
%26.41

CMYK Percentages of Color #dceda4

%7
%0
%31
%7

Triadic Colors of #dceda4

#dceda4 #a4dced #eda4dc

Analogous Colors of #dceda4

#dceda4 #b8eda4 #eddaa4

Monochromatic Colors of #dceda4

#dceda4

Complementary Color

#dceda4 #b5a4ed

#dceda4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceda4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceda4 Color CSS Codes

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

#dceda4 Text Font Color

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

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


#dceda4 Background Color

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

This div background color is #dceda4


#dceda4 Border Color

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

This div border color is #dceda4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceda4


Comments

No comments written yet.

Please login to write comment.