Color Hex Logo

#dcea5f Color Hex

#DCEA5F
(220,234,95)
0 Favorites   0 Comments

Color spaces of #dcea5f

RGB 22023495
HSL0.180.770.65
HSV66°59°92°
CMYK 0.060.000.59   0.08
XYZ61.003674.887522.0660
Yxy74.88750.38620.4741
Hunter Lab86.5376-25.609345.4581
CIE-Lab89.3403-22.756664.1446

#dcea5f color RGB value is (220,234,95).

#dcea5f hex color red value is 220, green value is 234 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #dcea5f hue: 0.18 , saturation: 0.77 and the lightness value of dcea5f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 01011111
Octal 334 352 137
Decimal 220 234 95
Hex DC EA 5F

RGB Percentages of Color #dcea5f

%40.07
%42.62
%17.30

CMYK Percentages of Color #dcea5f

%6
%0
%59
%8

Triadic Colors of #dcea5f

#dcea5f #5fdcea #ea5fdc

Analogous Colors of #dcea5f

#dcea5f #97ea5f #eab35f

Monochromatic Colors of #dcea5f

#dcea5f

Complementary Color

#dcea5f #6d5fea

#dcea5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcea5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcea5f Color CSS Codes

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

#dcea5f Text Font Color

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

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


#dcea5f Background Color

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

This div background color is #dcea5f


#dcea5f Border Color

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

This div border color is #dcea5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcea5f


Comments

No comments written yet.

Please login to write comment.