Color Hex Logo

#dee60f Color Hex

#DEE60F
(222,230,15)
0 Favorites   0 Comments

Color spaces of #dee60f

RGB 22223015
HSL0.170.880.48
HSV62°93°90°
CMYK 0.030.000.93   0.10
XYZ58.507272.157711.2961
Yxy72.15770.41210.5083
Hunter Lab84.9457-25.711351.5776
CIE-Lab88.0444-23.136585.4104

#dee60f color RGB value is (222,230,15).

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

The process color (four color CMYK) of #dee60f color hex is 0.03, 0.00, 0.93, 0.10. Web safe color of #dee60f is #ccff00. Color #dee60f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 00001111
Octal 336 346 17
Decimal 222 230 15
Hex DE E6 F

RGB Percentages of Color #dee60f

%47.54
%49.25
%3.21

CMYK Percentages of Color #dee60f

%3
%0
%93
%10

Triadic Colors of #dee60f

#dee60f #0fdee6 #e60fde

Analogous Colors of #dee60f

#dee60f #73e60f #e6830f

Monochromatic Colors of #dee60f

#dee60f

Complementary Color

#dee60f #170fe6

#dee60f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee60f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee60f Color CSS Codes

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

#dee60f Text Font Color

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

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


#dee60f Background Color

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

This div background color is #dee60f


#dee60f Border Color

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

This div border color is #dee60f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee60f


Comments

No comments written yet.

Please login to write comment.