Color Hex Logo

#5da38b Color Hex

#5DA38B
(93,163,139)
0 Favorites   0 Comments

Color spaces of #5da38b

RGB 93163139
HSL0.440.280.50
HSV159°43°64°
CMYK 0.430.000.15   0.36
XYZ22.271630.385629.1173
Yxy30.38560.27240.3716
Hunter Lab55.1231-24.34557.2679
CIE-Lab61.9855-27.89125.6050

#5da38b color RGB value is (93,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011101 10100011 10001011
Octal 135 243 213
Decimal 93 163 139
Hex 5D A3 8B

RGB Percentages of Color #5da38b

%23.54
%41.27
%35.19

CMYK Percentages of Color #5da38b

%43
%0
%15
%36

Triadic Colors of #5da38b

#5da38b #8b5da3 #a38b5d

Analogous Colors of #5da38b

#5da38b #5d98a3 #5da368

Monochromatic Colors of #5da38b

#5da38b

Complementary Color

#5da38b #a35d75

#5da38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5da38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5da38b Color CSS Codes

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

#5da38b Text Font Color

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

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


#5da38b Background Color

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

This div background color is #5da38b


#5da38b Border Color

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

This div border color is #5da38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5da38b


Comments

No comments written yet.

Please login to write comment.