Color Hex Logo

#5fb29c Color Hex

#5FB29C
(95,178,156)
0 Favorites   0 Comments

Color spaces of #5fb29c

RGB 95178156
HSL0.460.350.54
HSV164°47°70°
CMYK 0.470.000.12   0.30
XYZ26.640536.674037.1272
Yxy36.67400.26520.3651
Hunter Lab60.5591-27.45456.0422
CIE-Lab67.0317-30.67683.4332

#5fb29c color RGB value is (95,178,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110010 10011100
Octal 137 262 234
Decimal 95 178 156
Hex 5F B2 9C

RGB Percentages of Color #5fb29c

%22.14
%41.49
%36.36

CMYK Percentages of Color #5fb29c

%47
%0
%12
%30

Triadic Colors of #5fb29c

#5fb29c #9c5fb2 #b29c5f

Analogous Colors of #5fb29c

#5fb29c #5f9fb2 #5fb273

Monochromatic Colors of #5fb29c

#5fb29c

Complementary Color

#5fb29c #b25f75

#5fb29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb29c Color CSS Codes

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

#5fb29c Text Font Color

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

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


#5fb29c Background Color

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

This div background color is #5fb29c


#5fb29c Border Color

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

This div border color is #5fb29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb29c


Comments

No comments written yet.

Please login to write comment.