Color Hex Logo

#dee062 Color Hex

#DEE062
(222,224,98)
0 Favorites   0 Comments

Color spaces of #dee062

RGB 22222498
HSL0.170.670.63
HSV61°56°88°
CMYK 0.010.000.56   0.12
XYZ58.984569.722721.9043
Yxy69.72270.39160.4629
Hunter Lab83.5001-20.032842.8967
CIE-Lab86.8607-16.880660.1571

#dee062 color RGB value is (222,224,98).

#dee062 hex color red value is 222, green value is 224 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dee062 hue: 0.17 , saturation: 0.67 and the lightness value of dee062 is 0.63.

The process color (four color CMYK) of #dee062 color hex is 0.01, 0.00, 0.56, 0.12. Web safe color of #dee062 is #cccc66. Color #dee062 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01100010
Octal 336 340 142
Decimal 222 224 98
Hex DE E0 62

RGB Percentages of Color #dee062

%40.81
%41.18
%18.01

CMYK Percentages of Color #dee062

%1
%0
%56
%12

Triadic Colors of #dee062

#dee062 #62dee0 #e062de

Analogous Colors of #dee062

#dee062 #9fe062 #e0a362

Monochromatic Colors of #dee062

#dee062

Complementary Color

#dee062 #6462e0

#dee062 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee062 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee062 Color CSS Codes

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

#dee062 Text Font Color

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

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


#dee062 Background Color

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

This div background color is #dee062


#dee062 Border Color

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

This div border color is #dee062


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee062


Comments

No comments written yet.

Please login to write comment.