Color Hex Logo

#5fb354 Color Hex

#5FB354
(95,179,84)
0 Favorites   0 Comments

Color spaces of #5fb354

RGB 9517984
HSL0.310.380.52
HSV113°53°70°
CMYK 0.470.000.53   0.30
XYZ22.439635.313214.0209
Yxy35.31320.31260.4920
Hunter Lab59.4249-36.589727.6084
CIE-Lab65.9918-44.386540.3697

#5fb354 color RGB value is (95,179,84).

#5fb354 hex color red value is 95, green value is 179 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #5fb354 hue: 0.31 , saturation: 0.38 and the lightness value of 5fb354 is 0.52.

The process color (four color CMYK) of #5fb354 color hex is 0.47, 0.00, 0.53, 0.30. Web safe color of #5fb354 is #66cc66. Color #5fb354 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110011 01010100
Octal 137 263 124
Decimal 95 179 84
Hex 5F B3 54

RGB Percentages of Color #5fb354

%26.54
%50.00
%23.46

CMYK Percentages of Color #5fb354

%47
%0
%53
%30

Triadic Colors of #5fb354

#5fb354 #545fb3 #b3545f

Analogous Colors of #5fb354

#5fb354 #54b379 #8fb354

Monochromatic Colors of #5fb354

#5fb354

Complementary Color

#5fb354 #a854b3

#5fb354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb354 Color CSS Codes

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

#5fb354 Text Font Color

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

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


#5fb354 Background Color

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

This div background color is #5fb354


#5fb354 Border Color

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

This div border color is #5fb354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb354


Comments

No comments written yet.

Please login to write comment.