Color Hex Logo

#dcea7f Color Hex

#DCEA7F
(220,234,127)
0 Favorites   0 Comments

Color spaces of #dcea7f

RGB 220234127
HSL0.190.720.71
HSV68°46°92°
CMYK 0.060.000.46   0.08
XYZ62.768875.593631.3614
Yxy75.59360.36980.4454
Hunter Lab86.9446-23.286739.4750
CIE-Lab89.6703-20.058750.1088

#dcea7f color RGB value is (220,234,127).

#dcea7f hex color red value is 220, green value is 234 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #dcea7f hue: 0.19 , saturation: 0.72 and the lightness value of dcea7f is 0.71.

The process color (four color CMYK) of #dcea7f color hex is 0.06, 0.00, 0.46, 0.08. Web safe color of #dcea7f is #ccff66. Color #dcea7f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 01111111
Octal 334 352 177
Decimal 220 234 127
Hex DC EA 7F

RGB Percentages of Color #dcea7f

%37.87
%40.28
%21.86

CMYK Percentages of Color #dcea7f

%6
%0
%46
%8

Triadic Colors of #dcea7f

#dcea7f #7fdcea #ea7fdc

Analogous Colors of #dcea7f

#dcea7f #a7ea7f #eac37f

Monochromatic Colors of #dcea7f

#dcea7f

Complementary Color

#dcea7f #8d7fea

#dcea7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcea7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcea7f Color CSS Codes

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

#dcea7f Text Font Color

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

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


#dcea7f Background Color

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

This div background color is #dcea7f


#dcea7f Border Color

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

This div border color is #dcea7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcea7f


Comments

No comments written yet.

Please login to write comment.