Color Hex Logo

#dcdea6 Color Hex

#DCDEA6
(220,222,166)
0 Favorites   0 Comments

Color spaces of #dcdea6

RGB 220222166
HSL0.170.460.76
HSV62°25°87°
CMYK 0.010.000.25   0.13
XYZ62.519470.211446.3334
Yxy70.21140.34910.3921
Hunter Lab83.7922-13.453325.8698
CIE-Lab87.1004-9.559227.3270

#dcdea6 color RGB value is (220,222,166).

#dcdea6 hex color red value is 220, green value is 222 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #dcdea6 hue: 0.17 , saturation: 0.46 and the lightness value of dcdea6 is 0.76.

The process color (four color CMYK) of #dcdea6 color hex is 0.01, 0.00, 0.25, 0.13. Web safe color of #dcdea6 is #cccc99. Color #dcdea6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10100110
Octal 334 336 246
Decimal 220 222 166
Hex DC DE A6

RGB Percentages of Color #dcdea6

%36.18
%36.51
%27.30

CMYK Percentages of Color #dcdea6

%1
%0
%25
%13

Triadic Colors of #dcdea6

#dcdea6 #a6dcde #dea6dc

Analogous Colors of #dcdea6

#dcdea6 #c0dea6 #dec4a6

Monochromatic Colors of #dcdea6

#dcdea6

Complementary Color

#dcdea6 #a8a6de

#dcdea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdea6 Color CSS Codes

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

#dcdea6 Text Font Color

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

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


#dcdea6 Background Color

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

This div background color is #dcdea6


#dcdea6 Border Color

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

This div border color is #dcdea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdea6


Comments

No comments written yet.

Please login to write comment.