Color Hex Logo

#dee00c Color Hex

#DEE00C
(222,224,12)
0 Favorites   0 Comments

Color spaces of #dee00c

RGB 22222412
HSL0.170.900.46
HSV61°95°88°
CMYK 0.010.000.95   0.12
XYZ56.846268.867410.6445
Yxy68.86740.41690.5050
Hunter Lab82.9864-22.952550.4855
CIE-Lab86.4383-20.277484.4842

#dee00c color RGB value is (222,224,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11100000 00001100
Octal 336 340 14
Decimal 222 224 12
Hex DE E0 C

RGB Percentages of Color #dee00c

%48.47
%48.91
%2.62

CMYK Percentages of Color #dee00c

%1
%0
%95
%12

Triadic Colors of #dee00c

#dee00c #0cdee0 #e00cde

Analogous Colors of #dee00c

#dee00c #74e00c #e0780c

Monochromatic Colors of #dee00c

#dee00c

Complementary Color

#dee00c #0e0ce0

#dee00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dee00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dee00c Color CSS Codes

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

#dee00c Text Font Color

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

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


#dee00c Background Color

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

This div background color is #dee00c


#dee00c Border Color

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

This div border color is #dee00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dee00c


Comments

No comments written yet.

Please login to write comment.