Color Hex Logo

#5fbeaa Color Hex

#5FBEAA
(95,190,170)
0 Favorites   0 Comments

Color spaces of #5fbeaa

RGB 95190170
HSL0.460.420.56
HSV167°50°75°
CMYK 0.500.000.11   0.25
XYZ30.388542.162144.5667
Yxy42.16210.25950.3600
Hunter Lab64.9323-30.09324.7586
CIE-Lab70.9825-33.02901.4743

#5fbeaa color RGB value is (95,190,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10101010
Octal 137 276 252
Decimal 95 190 170
Hex 5F BE AA

RGB Percentages of Color #5fbeaa

%20.88
%41.76
%37.36

CMYK Percentages of Color #5fbeaa

%50
%0
%11
%25

Triadic Colors of #5fbeaa

#5fbeaa #aa5fbe #beaa5f

Analogous Colors of #5fbeaa

#5fbeaa #5fa3be #5fbe7b

Monochromatic Colors of #5fbeaa

#5fbeaa

Complementary Color

#5fbeaa #be5f73

#5fbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeaa Color CSS Codes

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

#5fbeaa Text Font Color

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

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


#5fbeaa Background Color

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

This div background color is #5fbeaa


#5fbeaa Border Color

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

This div border color is #5fbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeaa


Comments

No comments written yet.

Please login to write comment.