Color Hex Logo

#dee51a Color Hex

#DEE51A
(222,229,26)
0 Favorites   0 Comments

Color spaces of #dee51a

RGB 22222926
HSL0.170.800.50
HSV62°89°90°
CMYK 0.030.000.89   0.10
XYZ58.330071.642811.7314
Yxy71.64280.41160.5056
Hunter Lab84.6421-25.112651.0318
CIE-Lab87.7964-22.497183.7908

#dee51a color RGB value is (222,229,26).

#dee51a hex color red value is 222, green value is 229 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #dee51a hue: 0.17 , saturation: 0.80 and the lightness value of dee51a is 0.50.

The process color (four color CMYK) of #dee51a color hex is 0.03, 0.00, 0.89, 0.10. Web safe color of #dee51a is #cccc33. Color #dee51a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100101 00011010
Octal 336 345 32
Decimal 222 229 26
Hex DE E5 1A

RGB Percentages of Color #dee51a

%46.54
%48.01
%5.45

CMYK Percentages of Color #dee51a

%3
%0
%89
%10

Triadic Colors of #dee51a

#dee51a #1adee5 #e51ade

Analogous Colors of #dee51a

#dee51a #79e51a #e5871a

Monochromatic Colors of #dee51a

#dee51a

Complementary Color

#dee51a #211ae5

#dee51a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee51a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee51a Color CSS Codes

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

#dee51a Text Font Color

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

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


#dee51a Background Color

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

This div background color is #dee51a


#dee51a Border Color

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

This div border color is #dee51a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee51a


Comments

No comments written yet.

Please login to write comment.