Color Hex Logo

#dce93e Color Hex

#DCE93E
(220,233,62)
0 Favorites   0 Comments

Color spaces of #dce93e

RGB 22023362
HSL0.180.800.58
HSV65°73°91°
CMYK 0.060.000.73   0.09
XYZ59.523673.841315.6730
Yxy73.84130.39940.4955
Hunter Lab85.9310-26.733849.3377
CIE-Lab88.8474-24.148875.9555

#dce93e color RGB value is (220,233,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101001 00111110
Octal 334 351 76
Decimal 220 233 62
Hex DC E9 3E

RGB Percentages of Color #dce93e

%42.72
%45.24
%12.04

CMYK Percentages of Color #dce93e

%6
%0
%73
%9

Triadic Colors of #dce93e

#dce93e #3edce9 #e93edc

Analogous Colors of #dce93e

#dce93e #87e93e #e9a13e

Monochromatic Colors of #dce93e

#dce93e

Complementary Color

#dce93e #4b3ee9

#dce93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce93e Color CSS Codes

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

#dce93e Text Font Color

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

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


#dce93e Background Color

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

This div background color is #dce93e


#dce93e Border Color

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

This div border color is #dce93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce93e


Comments

No comments written yet.

Please login to write comment.