Color Hex Logo

#dcea3f Color Hex

#DCEA3F
(220,234,63)
0 Favorites   0 Comments

Color spaces of #dcea3f

RGB 22023463
HSL0.180.800.58
HSV65°73°92°
CMYK 0.060.000.73   0.08
XYZ59.835274.420215.9135
Yxy74.42020.39850.4956
Hunter Lab86.2671-27.159349.4499
CIE-Lab89.1207-24.581575.8932

#dcea3f color RGB value is (220,234,63).

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

The process color (four color CMYK) of #dcea3f color hex is 0.06, 0.00, 0.73, 0.08. Web safe color of #dcea3f is #ccff33. Color #dcea3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 00111111
Octal 334 352 77
Decimal 220 234 63
Hex DC EA 3F

RGB Percentages of Color #dcea3f

%42.55
%45.26
%12.19

CMYK Percentages of Color #dcea3f

%6
%0
%73
%8

Triadic Colors of #dcea3f

#dcea3f #3fdcea #ea3fdc

Analogous Colors of #dcea3f

#dcea3f #87ea3f #eaa33f

Monochromatic Colors of #dcea3f

#dcea3f

Complementary Color

#dcea3f #4d3fea

#dcea3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcea3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcea3f Color CSS Codes

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

#dcea3f Text Font Color

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

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


#dcea3f Background Color

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

This div background color is #dcea3f


#dcea3f Border Color

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

This div border color is #dcea3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcea3f


Comments

No comments written yet.

Please login to write comment.