Color Hex Logo

#dceaa7 Color Hex

#DCEAA7
(220,234,167)
0 Favorites   0 Comments

Color spaces of #dceaa7

RGB 220234167
HSL0.200.610.79
HSV73°29°92°
CMYK 0.060.000.29   0.08
XYZ65.913176.851347.9190
Yxy76.85130.34570.4030
Hunter Lab87.6649-19.203728.9566
CIE-Lab90.2531-15.418531.0659

#dceaa7 color RGB value is (220,234,167).

#dceaa7 hex color red value is 220, green value is 234 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dceaa7 hue: 0.20 , saturation: 0.61 and the lightness value of dceaa7 is 0.79.

The process color (four color CMYK) of #dceaa7 color hex is 0.06, 0.00, 0.29, 0.08. Web safe color of #dceaa7 is #ccff99. Color #dceaa7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 10100111
Octal 334 352 247
Decimal 220 234 167
Hex DC EA A7

RGB Percentages of Color #dceaa7

%35.43
%37.68
%26.89

CMYK Percentages of Color #dceaa7

%6
%0
%29
%8

Triadic Colors of #dceaa7

#dceaa7 #a7dcea #eaa7dc

Analogous Colors of #dceaa7

#dceaa7 #bbeaa7 #ead7a7

Monochromatic Colors of #dceaa7

#dceaa7

Complementary Color

#dceaa7 #b5a7ea

#dceaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceaa7 Color CSS Codes

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

#dceaa7 Text Font Color

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

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


#dceaa7 Background Color

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

This div background color is #dceaa7


#dceaa7 Border Color

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

This div border color is #dceaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceaa7


Comments

No comments written yet.

Please login to write comment.