Color Hex Logo

#deed5a Color Hex

#DEED5A
(222,237,90)
0 Favorites   0 Comments

Color spaces of #deed5a

RGB 22223790
HSL0.180.800.64
HSV66°62°93°
CMYK 0.060.000.62   0.07
XYZ62.253976.836221.2226
Yxy76.83620.38830.4793
Hunter Lab87.6563-26.626947.0046
CIE-Lab90.2462-23.734767.2227

#deed5a color RGB value is (222,237,90).

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

The process color (four color CMYK) of #deed5a color hex is 0.06, 0.00, 0.62, 0.07. Web safe color of #deed5a is #ccff66. Color #deed5a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 11101101 01011010
Octal 336 355 132
Decimal 222 237 90
Hex DE ED 5A

RGB Percentages of Color #deed5a

%40.44
%43.17
%16.39

CMYK Percentages of Color #deed5a

%6
%0
%62
%7

Triadic Colors of #deed5a

#deed5a #5adeed #ed5ade

Analogous Colors of #deed5a

#deed5a #95ed5a #edb35a

Monochromatic Colors of #deed5a

#deed5a

Complementary Color

#deed5a #695aed

#deed5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deed5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#deed5a Color CSS Codes

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

#deed5a Text Font Color

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

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


#deed5a Background Color

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

This div background color is #deed5a


#deed5a Border Color

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

This div border color is #deed5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deed5a


Comments

No comments written yet.

Please login to write comment.