Color Hex Logo

#dee063 Color Hex

#DEE063
(222,224,99)
0 Favorites   0 Comments

Color spaces of #dee063

RGB 22222499
HSL0.170.670.63
HSV61°56°88°
CMYK 0.010.000.56   0.12
XYZ59.032069.741822.1546
Yxy69.74180.39110.4621
Hunter Lab83.5116-19.968542.7292
CIE-Lab86.8701-16.806659.7286

#dee063 color RGB value is (222,224,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 01100011
Octal 336 340 143
Decimal 222 224 99
Hex DE E0 63

RGB Percentages of Color #dee063

%40.73
%41.10
%18.17

CMYK Percentages of Color #dee063

%1
%0
%56
%12

Triadic Colors of #dee063

#dee063 #63dee0 #e063de

Analogous Colors of #dee063

#dee063 #a0e063 #e0a463

Monochromatic Colors of #dee063

#dee063

Complementary Color

#dee063 #6563e0

#dee063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee063 Color CSS Codes

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

#dee063 Text Font Color

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

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


#dee063 Background Color

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

This div background color is #dee063


#dee063 Border Color

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

This div border color is #dee063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee063


Comments

No comments written yet.

Please login to write comment.