Color Hex Logo

#dee80f Color Hex

#DEE80F
(222,232,15)
0 Favorites   0 Comments

Color spaces of #dee80f

RGB 22223215
HSL0.170.880.48
HSV63°94°91°
CMYK 0.040.000.94   0.09
XYZ59.067073.277311.4827
Yxy73.27730.41070.5095
Hunter Lab85.6022-26.635651.9683
CIE-Lab88.5798-24.091885.8188

#dee80f color RGB value is (222,232,15).

#dee80f hex color red value is 222, green value is 232 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dee80f hue: 0.17 , saturation: 0.88 and the lightness value of dee80f is 0.48.

The process color (four color CMYK) of #dee80f color hex is 0.04, 0.00, 0.94, 0.09. Web safe color of #dee80f is #ccff00. Color #dee80f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 00001111
Octal 336 350 17
Decimal 222 232 15
Hex DE E8 F

RGB Percentages of Color #dee80f

%47.33
%49.47
%3.20

CMYK Percentages of Color #dee80f

%4
%0
%94
%9

Triadic Colors of #dee80f

#dee80f #0fdee8 #e80fde

Analogous Colors of #dee80f

#dee80f #72e80f #e8860f

Monochromatic Colors of #dee80f

#dee80f

Complementary Color

#dee80f #190fe8

#dee80f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee80f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee80f Color CSS Codes

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

#dee80f Text Font Color

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

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


#dee80f Background Color

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

This div background color is #dee80f


#dee80f Border Color

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

This div border color is #dee80f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee80f


Comments

No comments written yet.

Please login to write comment.