Color Hex Logo

#dee442 Color Hex

#DEE442
(222,228,66)
0 Favorites   0 Comments

Color spaces of #dee442

RGB 22222866
HSL0.170.750.58
HSV62°71°89°
CMYK 0.030.000.71   0.11
XYZ58.851071.409715.8359
Yxy71.40970.40280.4888
Hunter Lab84.5043-23.570348.0422
CIE-Lab87.6837-20.750073.5871

#dee442 color RGB value is (222,228,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100100 01000010
Octal 336 344 102
Decimal 222 228 66
Hex DE E4 42

RGB Percentages of Color #dee442

%43.02
%44.19
%12.79

CMYK Percentages of Color #dee442

%3
%0
%71
%11

Triadic Colors of #dee442

#dee442 #42dee4 #e442de

Analogous Colors of #dee442

#dee442 #8de442 #e49942

Monochromatic Colors of #dee442

#dee442

Complementary Color

#dee442 #4842e4

#dee442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee442 Color CSS Codes

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

#dee442 Text Font Color

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

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


#dee442 Background Color

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

This div background color is #dee442


#dee442 Border Color

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

This div border color is #dee442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee442


Comments

No comments written yet.

Please login to write comment.