Color Hex Logo

#90dd3a Color Hex

#90DD3A
(144,221,58)
0 Favorites   0 Comments

Color spaces of #90dd3a

RGB 14422158
HSL0.250.710.55
HSV88°74°87°
CMYK 0.350.000.74   0.13
XYZ38.121857.947713.1788
Yxy57.94770.34890.5304
Hunter Lab76.1234-43.825043.0218
CIE-Lab80.7097-48.116667.8092

#90dd3a color RGB value is (144,221,58).

#90dd3a hex color red value is 144, green value is 221 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #90dd3a hue: 0.25 , saturation: 0.71 and the lightness value of 90dd3a is 0.55.

The process color (four color CMYK) of #90dd3a color hex is 0.35, 0.00, 0.74, 0.13. Web safe color of #90dd3a is #99cc33. Color #90dd3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011101 00111010
Octal 220 335 72
Decimal 144 221 58
Hex 90 DD 3A

RGB Percentages of Color #90dd3a

%34.04
%52.25
%13.71

CMYK Percentages of Color #90dd3a

%35
%0
%74
%13

Triadic Colors of #90dd3a

#90dd3a #3a90dd #dd3a90

Analogous Colors of #90dd3a

#90dd3a #3fdd3a #ddd93a

Monochromatic Colors of #90dd3a

#90dd3a

Complementary Color

#90dd3a #873add

#90dd3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90dd3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#90dd3a Color CSS Codes

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

#90dd3a Text Font Color

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

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


#90dd3a Background Color

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

This div background color is #90dd3a


#90dd3a Border Color

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

This div border color is #90dd3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(144,221,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #90dd3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #90dd3a;
  -webkit-box-shadow: 1px 1px 3px 2px #90dd3a;
  box-shadow:         1px 1px 3px 2px #90dd3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(144,221,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90dd3a


Comments

No comments written yet.

Please login to write comment.