Color Hex Logo

#5ad10b Color Hex

#5AD10B
(90,209,11)
0 Favorites   0 Comments

Color spaces of #5ad10b

RGB 9020911
HSL0.270.900.43
HSV96°95°82°
CMYK 0.570.000.95   0.18
XYZ27.077347.79878.1156
Yxy47.79870.32630.5759
Hunter Lab69.1366-51.079741.4359
CIE-Lab74.6978-61.941472.2069

#5ad10b color RGB value is (90,209,11).

#5ad10b hex color red value is 90, green value is 209 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #5ad10b hue: 0.27 , saturation: 0.90 and the lightness value of 5ad10b is 0.43.

The process color (four color CMYK) of #5ad10b color hex is 0.57, 0.00, 0.95, 0.18. Web safe color of #5ad10b is #66cc00. Color #5ad10b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010001 00001011
Octal 132 321 13
Decimal 90 209 11
Hex 5A D1 B

RGB Percentages of Color #5ad10b

%29.03
%67.42
%3.55

CMYK Percentages of Color #5ad10b

%57
%0
%95
%18

Triadic Colors of #5ad10b

#5ad10b #0b5ad1 #d10b5a

Analogous Colors of #5ad10b

#5ad10b #0bd11f #bdd10b

Monochromatic Colors of #5ad10b

#5ad10b

Complementary Color

#5ad10b #820bd1

#5ad10b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad10b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad10b Color CSS Codes

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

#5ad10b Text Font Color

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

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


#5ad10b Background Color

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

This div background color is #5ad10b


#5ad10b Border Color

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

This div border color is #5ad10b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad10b


Comments

No comments written yet.

Please login to write comment.