Color Hex Logo

#5fb286 Color Hex

#5FB286
(95,178,134)
0 Favorites   0 Comments

Color spaces of #5fb286

RGB 95178134
HSL0.410.350.54
HSV148°47°70°
CMYK 0.470.000.25   0.30
XYZ24.942835.994928.1873
Yxy35.99490.27990.4039
Hunter Lab59.9957-30.782514.1413
CIE-Lab66.5160-35.557814.8030

#5fb286 color RGB value is (95,178,134).

#5fb286 hex color red value is 95, green value is 178 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #5fb286 hue: 0.41 , saturation: 0.35 and the lightness value of 5fb286 is 0.54.

The process color (four color CMYK) of #5fb286 color hex is 0.47, 0.00, 0.25, 0.30. Web safe color of #5fb286 is #669999. Color #5fb286 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110010 10000110
Octal 137 262 206
Decimal 95 178 134
Hex 5F B2 86

RGB Percentages of Color #5fb286

%23.34
%43.73
%32.92

CMYK Percentages of Color #5fb286

%47
%0
%25
%30

Triadic Colors of #5fb286

#5fb286 #865fb2 #b2865f

Analogous Colors of #5fb286

#5fb286 #5fb2b0 #62b25f

Monochromatic Colors of #5fb286

#5fb286

Complementary Color

#5fb286 #b25f8b

#5fb286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb286 Color CSS Codes

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

#5fb286 Text Font Color

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

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


#5fb286 Background Color

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

This div background color is #5fb286


#5fb286 Border Color

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

This div border color is #5fb286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb286


Comments

No comments written yet.

Please login to write comment.