Color Hex Logo

#dee424 Color Hex

#DEE424
(222,228,36)
0 Favorites   0 Comments

Color spaces of #dee424

RGB 22222836
HSL0.170.780.52
HSV62°84°89°
CMYK 0.030.000.84   0.11
XYZ58.186071.143812.3345
Yxy71.14380.41070.5022
Hunter Lab84.3468-24.470050.3724
CIE-Lab87.5548-21.805881.7706

#dee424 color RGB value is (222,228,36).

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

The process color (four color CMYK) of #dee424 color hex is 0.03, 0.00, 0.84, 0.11. Web safe color of #dee424 is #cccc33. Color #dee424 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 00100100
Octal 336 344 44
Decimal 222 228 36
Hex DE E4 24

RGB Percentages of Color #dee424

%45.68
%46.91
%7.41

CMYK Percentages of Color #dee424

%3
%0
%84
%11

Triadic Colors of #dee424

#dee424 #24dee4 #e424de

Analogous Colors of #dee424

#dee424 #7ee424 #e48a24

Monochromatic Colors of #dee424

#dee424

Complementary Color

#dee424 #2a24e4

#dee424 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee424 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee424 Color CSS Codes

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

#dee424 Text Font Color

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

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


#dee424 Background Color

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

This div background color is #dee424


#dee424 Border Color

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

This div border color is #dee424


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee424


Comments

No comments written yet.

Please login to write comment.