Color Hex Logo

#5ada8b Color Hex

#5ADA8B
(90,218,139)
0 Favorites   0 Comments

Color spaces of #5ada8b

RGB 90218139
HSL0.400.630.60
HSV143°59°85°
CMYK 0.590.000.36   0.15
XYZ33.948154.180533.0947
Yxy54.18050.28000.4469
Hunter Lab73.6074-46.487924.8677
CIE-Lab78.5669-52.860428.5751

#5ada8b color RGB value is (90,218,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 11011010 10001011
Octal 132 332 213
Decimal 90 218 139
Hex 5A DA 8B

RGB Percentages of Color #5ada8b

%20.13
%48.77
%31.10

CMYK Percentages of Color #5ada8b

%59
%0
%36
%15

Triadic Colors of #5ada8b

#5ada8b #8b5ada #da8b5a

Analogous Colors of #5ada8b

#5ada8b #5adacb #69da5a

Monochromatic Colors of #5ada8b

#5ada8b

Complementary Color

#5ada8b #da5aa9

#5ada8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ada8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ada8b Color CSS Codes

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

#5ada8b Text Font Color

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

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


#5ada8b Background Color

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

This div background color is #5ada8b


#5ada8b Border Color

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

This div border color is #5ada8b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(90,218,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 #5ada8b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ada8b


Comments

No comments written yet.

Please login to write comment.