Color Hex Logo

#5fa38b Color Hex

#5FA38B
(95,163,139)
0 Favorites   0 Comments

Color spaces of #5fa38b

RGB 95163139
HSL0.440.270.51
HSV159°42°64°
CMYK 0.420.000.15   0.36
XYZ22.476730.491429.1269
Yxy30.49140.27380.3714
Hunter Lab55.2190-23.97557.3791
CIE-Lab62.0759-27.33755.7468

#5fa38b color RGB value is (95,163,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100011 10001011
Octal 137 243 213
Decimal 95 163 139
Hex 5F A3 8B

RGB Percentages of Color #5fa38b

%23.93
%41.06
%35.01

CMYK Percentages of Color #5fa38b

%42
%0
%15
%36

Triadic Colors of #5fa38b

#5fa38b #8b5fa3 #a38b5f

Analogous Colors of #5fa38b

#5fa38b #5f99a3 #5fa369

Monochromatic Colors of #5fa38b

#5fa38b

Complementary Color

#5fa38b #a35f77

#5fa38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa38b Color CSS Codes

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

#5fa38b Text Font Color

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

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


#5fa38b Background Color

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

This div background color is #5fa38b


#5fa38b Border Color

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

This div border color is #5fa38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa38b


Comments

No comments written yet.

Please login to write comment.