Color Hex Logo

#dee242 Color Hex

#DEE242
(222,226,66)
0 Favorites   0 Comments

Color spaces of #dee242

RGB 22222666
HSL0.170.730.57
HSV61°71°89°
CMYK 0.020.000.71   0.11
XYZ58.303970.315715.6536
Yxy70.31570.40410.4874
Hunter Lab83.8545-22.634547.6301
CIE-Lab87.1515-19.780773.0747

#dee242 color RGB value is (222,226,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100010 01000010
Octal 336 342 102
Decimal 222 226 66
Hex DE E2 42

RGB Percentages of Color #dee242

%43.19
%43.97
%12.84

CMYK Percentages of Color #dee242

%2
%0
%71
%11

Triadic Colors of #dee242

#dee242 #42dee2 #e242de

Analogous Colors of #dee242

#dee242 #8ee242 #e29642

Monochromatic Colors of #dee242

#dee242

Complementary Color

#dee242 #4642e2

#dee242 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee242 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee242 Color CSS Codes

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

#dee242 Text Font Color

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

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


#dee242 Background Color

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

This div background color is #dee242


#dee242 Border Color

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

This div border color is #dee242


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,226,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 #dee242">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee242


Comments

No comments written yet.

Please login to write comment.