Color Hex Logo

#90d053 Color Hex

#90D053
(144,208,83)
0 Favorites   0 Comments

Color spaces of #90d053

RGB 14420883
HSL0.250.570.57
HSV91°60°82°
CMYK 0.310.000.60   0.18
XYZ35.618851.665616.2788
Yxy51.66560.34390.4989
Hunter Lab71.8788-37.334036.8874
CIE-Lab77.0805-40.726854.3342

#90d053 color RGB value is (144,208,83).

#90d053 hex color red value is 144, green value is 208 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #90d053 hue: 0.25 , saturation: 0.57 and the lightness value of 90d053 is 0.57.

The process color (four color CMYK) of #90d053 color hex is 0.31, 0.00, 0.60, 0.18. Web safe color of #90d053 is #99cc66. Color #90d053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11010000 01010011
Octal 220 320 123
Decimal 144 208 83
Hex 90 D0 53

RGB Percentages of Color #90d053

%33.10
%47.82
%19.08

CMYK Percentages of Color #90d053

%31
%0
%60
%18

Triadic Colors of #90d053

#90d053 #5390d0 #d05390

Analogous Colors of #90d053

#90d053 #53d055 #cfd053

Monochromatic Colors of #90d053

#90d053

Complementary Color

#90d053 #9353d0

#90d053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90d053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90d053 Color CSS Codes

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

#90d053 Text Font Color

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

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


#90d053 Background Color

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

This div background color is #90d053


#90d053 Border Color

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

This div border color is #90d053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90d053


Comments

No comments written yet.

Please login to write comment.