Color Hex Logo

#deec12 Color Hex

#DEEC12
(222,236,18)
0 Favorites   0 Comments

Color spaces of #deec12

RGB 22223618
HSL0.180.860.50
HSV64°92°93°
CMYK 0.060.000.92   0.07
XYZ60.228875.564211.9832
Yxy75.56420.40760.5113
Hunter Lab86.9277-28.447752.6761
CIE-Lab89.6566-25.953986.3220

#deec12 color RGB value is (222,236,18).

#deec12 hex color red value is 222, green value is 236 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #deec12 hue: 0.18 , saturation: 0.86 and the lightness value of deec12 is 0.50.

The process color (four color CMYK) of #deec12 color hex is 0.06, 0.00, 0.92, 0.07. Web safe color of #deec12 is #ccff00. Color #deec12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 00010010
Octal 336 354 22
Decimal 222 236 18
Hex DE EC 12

RGB Percentages of Color #deec12

%46.64
%49.58
%3.78

CMYK Percentages of Color #deec12

%6
%0
%92
%7

Triadic Colors of #deec12

#deec12 #12deec #ec12de

Analogous Colors of #deec12

#deec12 #71ec12 #ec8d12

Monochromatic Colors of #deec12

#deec12

Complementary Color

#deec12 #2012ec

#deec12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deec12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deec12 Color CSS Codes

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

#deec12 Text Font Color

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

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


#deec12 Background Color

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

This div background color is #deec12


#deec12 Border Color

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

This div border color is #deec12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deec12


Comments

No comments written yet.

Please login to write comment.