Color Hex Logo

#dee64e Color Hex

#DEE64E
(222,230,78)
0 Favorites   0 Comments

Color spaces of #dee64e

RGB 22223078
HSL0.180.750.60
HSV63°66°90°
CMYK 0.030.000.66   0.10
XYZ59.796272.673318.0835
Yxy72.67330.39720.4827
Hunter Lab85.2486-23.979347.0971
CIE-Lab88.2917-21.101269.8778

#dee64e color RGB value is (222,230,78).

#dee64e hex color red value is 222, green value is 230 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dee64e hue: 0.18 , saturation: 0.75 and the lightness value of dee64e is 0.60.

The process color (four color CMYK) of #dee64e color hex is 0.03, 0.00, 0.66, 0.10. Web safe color of #dee64e is #ccff66. Color #dee64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 01001110
Octal 336 346 116
Decimal 222 230 78
Hex DE E6 4E

RGB Percentages of Color #dee64e

%41.89
%43.40
%14.72

CMYK Percentages of Color #dee64e

%3
%0
%66
%10

Triadic Colors of #dee64e

#dee64e #4edee6 #e64ede

Analogous Colors of #dee64e

#dee64e #92e64e #e6a24e

Monochromatic Colors of #dee64e

#dee64e

Complementary Color

#dee64e #564ee6

#dee64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee64e Color CSS Codes

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

#dee64e Text Font Color

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

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


#dee64e Background Color

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

This div background color is #dee64e


#dee64e Border Color

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

This div border color is #dee64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee64e


Comments

No comments written yet.

Please login to write comment.