Color Hex Logo

#dce83e Color Hex

#DCE83E
(220,232,62)
0 Favorites   0 Comments

Color spaces of #dce83e

RGB 22023262
HSL0.180.790.58
HSV64°73°91°
CMYK 0.050.000.73   0.09
XYZ59.241373.276715.5789
Yxy73.27670.40000.4948
Hunter Lab85.6018-26.271149.1309
CIE-Lab88.5795-23.671375.7038

#dce83e color RGB value is (220,232,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101000 00111110
Octal 334 350 76
Decimal 220 232 62
Hex DC E8 3E

RGB Percentages of Color #dce83e

%42.80
%45.14
%12.06

CMYK Percentages of Color #dce83e

%5
%0
%73
%9

Triadic Colors of #dce83e

#dce83e #3edce8 #e83edc

Analogous Colors of #dce83e

#dce83e #87e83e #e89f3e

Monochromatic Colors of #dce83e

#dce83e

Complementary Color

#dce83e #4a3ee8

#dce83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce83e Color CSS Codes

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

#dce83e Text Font Color

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

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


#dce83e Background Color

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

This div background color is #dce83e


#dce83e Border Color

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

This div border color is #dce83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,232,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 #dce83e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce83e


Comments

No comments written yet.

Please login to write comment.