Color Hex Logo

#dee006 Color Hex

#DEE006
(222,224,6)
0 Favorites   0 Comments

Color spaces of #dee006

RGB 2222246
HSL0.170.950.45
HSV61°97°88°
CMYK 0.010.000.97   0.12
XYZ56.812768.854110.4681
Yxy68.85410.41730.5058
Hunter Lab82.9784-22.998850.6052
CIE-Lab86.4317-20.331784.9846

#dee006 color RGB value is (222,224,6).

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

The process color (four color CMYK) of #dee006 color hex is 0.01, 0.00, 0.97, 0.12. Web safe color of #dee006 is #cccc00. Color #dee006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00000110
Octal 336 340 6
Decimal 222 224 6
Hex DE E0 6

RGB Percentages of Color #dee006

%49.12
%49.56
%1.33

CMYK Percentages of Color #dee006

%1
%0
%97
%12

Triadic Colors of #dee006

#dee006 #06dee0 #e006de

Analogous Colors of #dee006

#dee006 #71e006 #e07506

Monochromatic Colors of #dee006

#dee006

Complementary Color

#dee006 #0806e0

#dee006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee006 Color CSS Codes

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

#dee006 Text Font Color

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

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


#dee006 Background Color

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

This div background color is #dee006


#dee006 Border Color

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

This div border color is #dee006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee006


Comments

No comments written yet.

Please login to write comment.