Color Hex Logo

#deed4a Color Hex

#DEED4A
(222,237,74)
0 Favorites   0 Comments

Color spaces of #deed4a

RGB 22223774
HSL0.180.820.61
HSV66°69°93°
CMYK 0.060.000.69   0.07
XYZ61.644476.592418.0134
Yxy76.59240.39450.4902
Hunter Lab87.5171-27.424949.0585
CIE-Lab90.1337-24.671673.1960

#deed4a color RGB value is (222,237,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01001010
Octal 336 355 112
Decimal 222 237 74
Hex DE ED 4A

RGB Percentages of Color #deed4a

%41.65
%44.47
%13.88

CMYK Percentages of Color #deed4a

%6
%0
%69
%7

Triadic Colors of #deed4a

#deed4a #4adeed #ed4ade

Analogous Colors of #deed4a

#deed4a #8ded4a #edab4a

Monochromatic Colors of #deed4a

#deed4a

Complementary Color

#deed4a #594aed

#deed4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed4a Color CSS Codes

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

#deed4a Text Font Color

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

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


#deed4a Background Color

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

This div background color is #deed4a


#deed4a Border Color

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

This div border color is #deed4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed4a


Comments

No comments written yet.

Please login to write comment.