Color Hex Logo

#5fac5e Color Hex

#5FAC5E
(95,172,94)
0 Favorites   0 Comments

Color spaces of #5fac5e

RGB 9517294
HSL0.330.320.52
HSV119°45°67°
CMYK 0.450.000.45   0.33
XYZ21.492232.746115.7775
Yxy32.74610.30700.4677
Hunter Lab57.2242-33.101523.7099
CIE-Lab63.9548-40.018132.8047

#5fac5e color RGB value is (95,172,94).

#5fac5e hex color red value is 95, green value is 172 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5fac5e hue: 0.33 , saturation: 0.32 and the lightness value of 5fac5e is 0.52.

The process color (four color CMYK) of #5fac5e color hex is 0.45, 0.00, 0.45, 0.33. Web safe color of #5fac5e is #669966. Color #5fac5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 01011110
Octal 137 254 136
Decimal 95 172 94
Hex 5F AC 5E

RGB Percentages of Color #5fac5e

%26.32
%47.65
%26.04

CMYK Percentages of Color #5fac5e

%45
%0
%45
%33

Triadic Colors of #5fac5e

#5fac5e #5e5fac #ac5e5f

Analogous Colors of #5fac5e

#5fac5e #5eac84 #86ac5e

Monochromatic Colors of #5fac5e

#5fac5e

Complementary Color

#5fac5e #ab5eac

#5fac5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fac5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fac5e Color CSS Codes

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

#5fac5e Text Font Color

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

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


#5fac5e Background Color

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

This div background color is #5fac5e


#5fac5e Border Color

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

This div border color is #5fac5e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,172,94, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fac5e


Comments

No comments written yet.

Please login to write comment.