Color Hex Logo

#5ad08b Color Hex

#5AD08B
(90,208,139)
0 Favorites   0 Comments

Color spaces of #5ad08b

RGB 90208139
HSL0.400.560.58
HSV145°57°82°
CMYK 0.570.000.33   0.18
XYZ31.432549.149532.2562
Yxy49.14950.27860.4356
Hunter Lab70.1067-42.655921.7953
CIE-Lab75.5442-48.820324.5090

#5ad08b color RGB value is (90,208,139).

#5ad08b hex color red value is 90, green value is 208 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #5ad08b hue: 0.40 , saturation: 0.56 and the lightness value of 5ad08b is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11010000 10001011
Octal 132 320 213
Decimal 90 208 139
Hex 5A D0 8B

RGB Percentages of Color #5ad08b

%20.59
%47.60
%31.81

CMYK Percentages of Color #5ad08b

%57
%0
%33
%18

Triadic Colors of #5ad08b

#5ad08b #8b5ad0 #d08b5a

Analogous Colors of #5ad08b

#5ad08b #5ad0c6 #64d05a

Monochromatic Colors of #5ad08b

#5ad08b

Complementary Color

#5ad08b #d05a9f

#5ad08b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ad08b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ad08b Color CSS Codes

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

#5ad08b Text Font Color

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

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


#5ad08b Background Color

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

This div background color is #5ad08b


#5ad08b Border Color

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

This div border color is #5ad08b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ad08b


Comments

No comments written yet.

Please login to write comment.