Color Hex Logo

#5da480 Color Hex

#5DA480
(93,164,128)
0 Favorites   0 Comments

Color spaces of #5da480

RGB 93164128
HSL0.420.280.50
HSV150°43°64°
CMYK 0.430.000.22   0.36
XYZ21.685930.436625.1540
Yxy30.43660.28060.3939
Hunter Lab55.1694-26.381911.5858
CIE-Lab62.0291-30.805311.8138

#5da480 color RGB value is (93,164,128).

#5da480 hex color red value is 93, green value is 164 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #5da480 hue: 0.42 , saturation: 0.28 and the lightness value of 5da480 is 0.50.

The process color (four color CMYK) of #5da480 color hex is 0.43, 0.00, 0.22, 0.36. Web safe color of #5da480 is #669999. Color #5da480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100100 10000000
Octal 135 244 200
Decimal 93 164 128
Hex 5D A4 80

RGB Percentages of Color #5da480

%24.16
%42.60
%33.25

CMYK Percentages of Color #5da480

%43
%0
%22
%36

Triadic Colors of #5da480

#5da480 #805da4 #a4805d

Analogous Colors of #5da480

#5da480 #5da4a4 #5ea45d

Monochromatic Colors of #5da480

#5da480

Complementary Color

#5da480 #a45d81

#5da480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da480 Color CSS Codes

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

#5da480 Text Font Color

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

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


#5da480 Background Color

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

This div background color is #5da480


#5da480 Border Color

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

This div border color is #5da480


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,164,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5da480; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5da480;
  -webkit-box-shadow: 1px 1px 3px 2px #5da480;
  box-shadow:         1px 1px 3px 2px #5da480; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,164,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da480


Comments

No comments written yet.

Please login to write comment.