Color Hex Logo

#dee421 Color Hex

#DEE421
(222,228,33)
0 Favorites   0 Comments

Color spaces of #dee421

RGB 22222833
HSL0.170.780.51
HSV62°86°89°
CMYK 0.030.000.86   0.11
XYZ58.142171.126212.1032
Yxy71.12620.41130.5031
Hunter Lab84.3364-24.529450.5267
CIE-Lab87.5463-21.875882.3646

#dee421 color RGB value is (222,228,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 00100001
Octal 336 344 41
Decimal 222 228 33
Hex DE E4 21

RGB Percentages of Color #dee421

%45.96
%47.20
%6.83

CMYK Percentages of Color #dee421

%3
%0
%86
%11

Triadic Colors of #dee421

#dee421 #21dee4 #e421de

Analogous Colors of #dee421

#dee421 #7de421 #e48921

Monochromatic Colors of #dee421

#dee421

Complementary Color

#dee421 #2721e4

#dee421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee421 Color CSS Codes

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

#dee421 Text Font Color

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

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


#dee421 Background Color

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

This div background color is #dee421


#dee421 Border Color

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

This div border color is #dee421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee421


Comments

No comments written yet.

Please login to write comment.