Color Hex Logo

#deec20 Color Hex

#DEEC20
(222,236,32)
0 Favorites   0 Comments

Color spaces of #deec20

RGB 22223632
HSL0.180.840.53
HSV64°86°93°
CMYK 0.060.000.86   0.07
XYZ60.380475.624812.7812
Yxy75.62480.40580.5083
Hunter Lab86.9625-28.247152.1597
CIE-Lab89.6849-25.715684.2887

#deec20 color RGB value is (222,236,32).

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

The process color (four color CMYK) of #deec20 color hex is 0.06, 0.00, 0.86, 0.07. Web safe color of #deec20 is #ccff33. Color #deec20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101100 00100000
Octal 336 354 40
Decimal 222 236 32
Hex DE EC 20

RGB Percentages of Color #deec20

%45.31
%48.16
%6.53

CMYK Percentages of Color #deec20

%6
%0
%86
%7

Triadic Colors of #deec20

#deec20 #20deec #ec20de

Analogous Colors of #deec20

#deec20 #78ec20 #ec9420

Monochromatic Colors of #deec20

#deec20

Complementary Color

#deec20 #2e20ec

#deec20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deec20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deec20 Color CSS Codes

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

#deec20 Text Font Color

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

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


#deec20 Background Color

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

This div background color is #deec20


#deec20 Border Color

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

This div border color is #deec20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deec20


Comments

No comments written yet.

Please login to write comment.