Color Hex Logo

#deed20 Color Hex

#DEED20
(222,237,32)
0 Favorites   0 Comments

Color spaces of #deed20

RGB 22223732
HSL0.180.850.53
HSV64°86°93°
CMYK 0.060.000.86   0.07
XYZ60.669176.202312.8774
Yxy76.20230.40510.5089
Hunter Lab87.2939-28.707252.3594
CIE-Lab89.9532-26.188384.5063

#deed20 color RGB value is (222,237,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 00100000
Octal 336 355 40
Decimal 222 237 32
Hex DE ED 20

RGB Percentages of Color #deed20

%45.21
%48.27
%6.52

CMYK Percentages of Color #deed20

%6
%0
%86
%7

Triadic Colors of #deed20

#deed20 #20deed #ed20de

Analogous Colors of #deed20

#deed20 #78ed20 #ed9620

Monochromatic Colors of #deed20

#deed20

Complementary Color

#deed20 #2f20ed

#deed20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed20 Color CSS Codes

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

#deed20 Text Font Color

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

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


#deed20 Background Color

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

This div background color is #deed20


#deed20 Border Color

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

This div border color is #deed20


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,237,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 #deed20">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed20


Comments

No comments written yet.

Please login to write comment.