Color Hex Logo

#5ada30 Color Hex

#5ADA30
(90,218,48)
0 Favorites   0 Comments

Color spaces of #5ada30

RGB 9021848
HSL0.290.700.52
HSV105°78°85°
CMYK 0.590.000.78   0.15
XYZ29.821452.529911.3638
Yxy52.52990.31820.5605
Hunter Lab72.4775-53.390541.4381
CIE-Lab77.5966-63.678267.2096

#5ada30 color RGB value is (90,218,48).

#5ada30 hex color red value is 90, green value is 218 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #5ada30 hue: 0.29 , saturation: 0.70 and the lightness value of 5ada30 is 0.52.

The process color (four color CMYK) of #5ada30 color hex is 0.59, 0.00, 0.78, 0.15. Web safe color of #5ada30 is #66cc33. Color #5ada30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 00110000
Octal 132 332 60
Decimal 90 218 48
Hex 5A DA 30

RGB Percentages of Color #5ada30

%25.28
%61.24
%13.48

CMYK Percentages of Color #5ada30

%59
%0
%78
%15

Triadic Colors of #5ada30

#5ada30 #305ada #da305a

Analogous Colors of #5ada30

#5ada30 #30da5b #afda30

Monochromatic Colors of #5ada30

#5ada30

Complementary Color

#5ada30 #b030da

#5ada30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ada30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ada30 Color CSS Codes

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

#5ada30 Text Font Color

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

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


#5ada30 Background Color

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

This div background color is #5ada30


#5ada30 Border Color

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

This div border color is #5ada30


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(90,218,48, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ada30; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ada30;
  -webkit-box-shadow: 1px 1px 3px 2px #5ada30;
  box-shadow:         1px 1px 3px 2px #5ada30; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ada30


Comments

No comments written yet.

Please login to write comment.