Color Hex Logo

#5fac63 Color Hex

#5FAC63
(95,172,99)
0 Favorites   0 Comments

Color spaces of #5fac63

RGB 9517299
HSL0.340.320.52
HSV123°45°67°
CMYK 0.450.000.42   0.33
XYZ21.724032.838816.9979
Yxy32.83880.30360.4589
Hunter Lab57.3051-32.615822.5270
CIE-Lab64.0302-39.251830.2931

#5fac63 color RGB value is (95,172,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101100 01100011
Octal 137 254 143
Decimal 95 172 99
Hex 5F AC 63

RGB Percentages of Color #5fac63

%25.96
%46.99
%27.05

CMYK Percentages of Color #5fac63

%45
%0
%42
%33

Triadic Colors of #5fac63

#5fac63 #635fac #ac635f

Analogous Colors of #5fac63

#5fac63 #5fac8a #82ac5f

Monochromatic Colors of #5fac63

#5fac63

Complementary Color

#5fac63 #ac5fa8

#5fac63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fac63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fac63 Color CSS Codes

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

#5fac63 Text Font Color

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

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


#5fac63 Background Color

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

This div background color is #5fac63


#5fac63 Border Color

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

This div border color is #5fac63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fac63


Comments

No comments written yet.

Please login to write comment.