Color Hex Logo

#dce65e Color Hex

#DCE65E
(220,230,94)
0 Favorites   0 Comments

Color spaces of #dce65e

RGB 22023094
HSL0.180.730.64
HSV64°59°90°
CMYK 0.040.000.59   0.10
XYZ59.832472.617421.4527
Yxy72.61740.38880.4718
Hunter Lab85.2158-23.797944.7251
CIE-Lab88.2649-20.899563.3892

#dce65e color RGB value is (220,230,94).

#dce65e hex color red value is 220, green value is 230 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #dce65e hue: 0.18 , saturation: 0.73 and the lightness value of dce65e is 0.64.

The process color (four color CMYK) of #dce65e color hex is 0.04, 0.00, 0.59, 0.10. Web safe color of #dce65e is #ccff66. Color #dce65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11100110 01011110
Octal 334 346 136
Decimal 220 230 94
Hex DC E6 5E

RGB Percentages of Color #dce65e

%40.44
%42.28
%17.28

CMYK Percentages of Color #dce65e

%4
%0
%59
%10

Triadic Colors of #dce65e

#dce65e #5edce6 #e65edc

Analogous Colors of #dce65e

#dce65e #98e65e #e6ac5e

Monochromatic Colors of #dce65e

#dce65e

Complementary Color

#dce65e #685ee6

#dce65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dce65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dce65e Color CSS Codes

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

#dce65e Text Font Color

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

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


#dce65e Background Color

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

This div background color is #dce65e


#dce65e Border Color

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

This div border color is #dce65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dce65e


Comments

No comments written yet.

Please login to write comment.