Color Hex Logo

#5da388 Color Hex

#5DA388
(93,163,136)
0 Favorites   0 Comments

Color spaces of #5da388

RGB 93163136
HSL0.440.280.50
HSV157°43°64°
CMYK 0.430.000.17   0.36
XYZ22.055330.299127.9784
Yxy30.29910.27450.3772
Hunter Lab55.0446-24.80668.3950
CIE-Lab61.9114-28.57317.1797

#5da388 color RGB value is (93,163,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100011 10001000
Octal 135 243 210
Decimal 93 163 136
Hex 5D A3 88

RGB Percentages of Color #5da388

%23.72
%41.58
%34.69

CMYK Percentages of Color #5da388

%43
%0
%17
%36

Triadic Colors of #5da388

#5da388 #885da3 #a3885d

Analogous Colors of #5da388

#5da388 #5d9ba3 #5da365

Monochromatic Colors of #5da388

#5da388

Complementary Color

#5da388 #a35d78

#5da388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da388 Color CSS Codes

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

#5da388 Text Font Color

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

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


#5da388 Background Color

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

This div background color is #5da388


#5da388 Border Color

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

This div border color is #5da388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da388


Comments

No comments written yet.

Please login to write comment.