Color Hex Logo

#dee84f Color Hex

#DEE84F
(222,232,79)
0 Favorites   0 Comments

Color spaces of #dee84f

RGB 22223279
HSL0.180.770.61
HSV64°66°91°
CMYK 0.040.000.66   0.09
XYZ60.392173.807318.4604
Yxy73.80730.39560.4835
Hunter Lab85.9112-24.866247.3977
CIE-Lab88.8313-22.008970.0498

#dee84f color RGB value is (222,232,79).

#dee84f hex color red value is 222, green value is 232 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dee84f hue: 0.18 , saturation: 0.77 and the lightness value of dee84f is 0.61.

The process color (four color CMYK) of #dee84f color hex is 0.04, 0.00, 0.66, 0.09. Web safe color of #dee84f is #ccff66. Color #dee84f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01001111
Octal 336 350 117
Decimal 222 232 79
Hex DE E8 4F

RGB Percentages of Color #dee84f

%41.65
%43.53
%14.82

CMYK Percentages of Color #dee84f

%4
%0
%66
%9

Triadic Colors of #dee84f

#dee84f #4fdee8 #e84fde

Analogous Colors of #dee84f

#dee84f #92e84f #e8a64f

Monochromatic Colors of #dee84f

#dee84f

Complementary Color

#dee84f #594fe8

#dee84f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee84f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee84f Color CSS Codes

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

#dee84f Text Font Color

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

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


#dee84f Background Color

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

This div background color is #dee84f


#dee84f Border Color

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

This div border color is #dee84f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee84f


Comments

No comments written yet.

Please login to write comment.