Color Hex Logo

#5fbeaf Color Hex

#5FBEAF
(95,190,175)
0 Favorites   0 Comments

Color spaces of #5fbeaf

RGB 95190175
HSL0.470.420.56
HSV171°50°75°
CMYK 0.500.000.08   0.25
XYZ30.870642.355047.1057
Yxy42.35500.25650.3520
Hunter Lab65.0807-29.22102.6422
CIE-Lab71.1150-31.8014-1.0654

#5fbeaf color RGB value is (95,190,175).

#5fbeaf hex color red value is 95, green value is 190 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5fbeaf hue: 0.47 , saturation: 0.42 and the lightness value of 5fbeaf is 0.56.

The process color (four color CMYK) of #5fbeaf color hex is 0.50, 0.00, 0.08, 0.25. Web safe color of #5fbeaf is #66cc99. Color #5fbeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10101111
Octal 137 276 257
Decimal 95 190 175
Hex 5F BE AF

RGB Percentages of Color #5fbeaf

%20.65
%41.30
%38.04

CMYK Percentages of Color #5fbeaf

%50
%0
%8
%25

Triadic Colors of #5fbeaf

#5fbeaf #af5fbe #beaf5f

Analogous Colors of #5fbeaf

#5fbeaf #5f9ebe #5fbe80

Monochromatic Colors of #5fbeaf

#5fbeaf

Complementary Color

#5fbeaf #be5f6e

#5fbeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeaf Color CSS Codes

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

#5fbeaf Text Font Color

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

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


#5fbeaf Background Color

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

This div background color is #5fbeaf


#5fbeaf Border Color

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

This div border color is #5fbeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeaf


Comments

No comments written yet.

Please login to write comment.