Color Hex Logo

#dee63f Color Hex

#DEE63F
(222,230,63)
0 Favorites   0 Comments

Color spaces of #dee63f

RGB 22223063
HSL0.170.770.57
HSV63°73°90°
CMYK 0.030.000.73   0.10
XYZ59.318272.482115.5667
Yxy72.48210.40250.4918
Hunter Lab85.1364-24.620148.7547
CIE-Lab88.2001-21.851375.0770

#dee63f color RGB value is (222,230,63).

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

The process color (four color CMYK) of #dee63f color hex is 0.03, 0.00, 0.73, 0.10. Web safe color of #dee63f is #ccff33. Color #dee63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100110 00111111
Octal 336 346 77
Decimal 222 230 63
Hex DE E6 3F

RGB Percentages of Color #dee63f

%43.11
%44.66
%12.23

CMYK Percentages of Color #dee63f

%3
%0
%73
%10

Triadic Colors of #dee63f

#dee63f #3fdee6 #e63fde

Analogous Colors of #dee63f

#dee63f #8be63f #e69b3f

Monochromatic Colors of #dee63f

#dee63f

Complementary Color

#dee63f #473fe6

#dee63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee63f Color CSS Codes

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

#dee63f Text Font Color

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

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


#dee63f Background Color

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

This div background color is #dee63f


#dee63f Border Color

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

This div border color is #dee63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee63f


Comments

No comments written yet.

Please login to write comment.