Color Hex Logo

#dee842 Color Hex

#DEE842
(222,232,66)
0 Favorites   0 Comments

Color spaces of #dee842

RGB 22223266
HSL0.180.780.58
HSV64°72°91°
CMYK 0.040.000.72   0.09
XYZ59.964273.636216.2070
Yxy73.63620.40030.4915
Hunter Lab85.8115-25.436348.8701
CIE-Lab88.7503-22.677174.6108

#dee842 color RGB value is (222,232,66).

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

The process color (four color CMYK) of #dee842 color hex is 0.04, 0.00, 0.72, 0.09. Web safe color of #dee842 is #ccff33. Color #dee842 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101000 01000010
Octal 336 350 102
Decimal 222 232 66
Hex DE E8 42

RGB Percentages of Color #dee842

%42.69
%44.62
%12.69

CMYK Percentages of Color #dee842

%4
%0
%72
%9

Triadic Colors of #dee842

#dee842 #42dee8 #e842de

Analogous Colors of #dee842

#dee842 #8be842 #e89f42

Monochromatic Colors of #dee842

#dee842

Complementary Color

#dee842 #4c42e8

#dee842 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee842 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee842 Color CSS Codes

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

#dee842 Text Font Color

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

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


#dee842 Background Color

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

This div background color is #dee842


#dee842 Border Color

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

This div border color is #dee842


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee842


Comments

No comments written yet.

Please login to write comment.