Color Hex Logo

#dcea8a Color Hex

#DCEA8A
(220,234,138)
0 Favorites   0 Comments

Color spaces of #dcea8a

RGB 220234138
HSL0.190.700.73
HSV69°41°92°
CMYK 0.060.000.41   0.08
XYZ63.525575.896335.3461
Yxy75.89630.36350.4343
Hunter Lab87.1185-22.297836.9275
CIE-Lab89.8112-18.923244.9791

#dcea8a color RGB value is (220,234,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 10001010
Octal 334 352 212
Decimal 220 234 138
Hex DC EA 8A

RGB Percentages of Color #dcea8a

%37.16
%39.53
%23.31

CMYK Percentages of Color #dcea8a

%6
%0
%41
%8

Triadic Colors of #dcea8a

#dcea8a #8adcea #ea8adc

Analogous Colors of #dcea8a

#dcea8a #acea8a #eac88a

Monochromatic Colors of #dcea8a

#dcea8a

Complementary Color

#dcea8a #988aea

#dcea8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcea8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcea8a Color CSS Codes

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

#dcea8a Text Font Color

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

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


#dcea8a Background Color

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

This div background color is #dcea8a


#dcea8a Border Color

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

This div border color is #dcea8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcea8a


Comments

No comments written yet.

Please login to write comment.