Color Hex Logo

#dee028 Color Hex

#DEE028
(222,224,40)
0 Favorites   0 Comments

Color spaces of #dee028

RGB 22222440
HSL0.170.750.52
HSV61°82°88°
CMYK 0.010.000.82   0.12
XYZ57.162968.994112.3119
Yxy68.99410.41280.4983
Hunter Lab83.0627-22.517849.3557
CIE-Lab86.5011-19.767180.0130

#dee028 color RGB value is (222,224,40).

#dee028 hex color red value is 222, green value is 224 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #dee028 hue: 0.17 , saturation: 0.75 and the lightness value of dee028 is 0.52.

The process color (four color CMYK) of #dee028 color hex is 0.01, 0.00, 0.82, 0.12. Web safe color of #dee028 is #cccc33. Color #dee028 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00101000
Octal 336 340 50
Decimal 222 224 40
Hex DE E0 28

RGB Percentages of Color #dee028

%45.68
%46.09
%8.23

CMYK Percentages of Color #dee028

%1
%0
%82
%12

Triadic Colors of #dee028

#dee028 #28dee0 #e028de

Analogous Colors of #dee028

#dee028 #82e028 #e08628

Monochromatic Colors of #dee028

#dee028

Complementary Color

#dee028 #2a28e0

#dee028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee028 Color CSS Codes

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

#dee028 Text Font Color

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

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


#dee028 Background Color

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

This div background color is #dee028


#dee028 Border Color

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

This div border color is #dee028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee028


Comments

No comments written yet.

Please login to write comment.