Color Hex Logo

#5fbbaa Color Hex

#5FBBAA
(95,187,170)
0 Favorites   0 Comments

Color spaces of #5fbbaa

RGB 95187170
HSL0.470.400.55
HSV169°49°73°
CMYK 0.490.000.09   0.27
XYZ29.745340.875844.3523
Yxy40.87580.25870.3555
Hunter Lab63.9342-28.83793.6234
CIE-Lab70.0888-31.60620.1719

#5fbbaa color RGB value is (95,187,170).

#5fbbaa hex color red value is 95, green value is 187 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5fbbaa hue: 0.47 , saturation: 0.40 and the lightness value of 5fbbaa is 0.55.

The process color (four color CMYK) of #5fbbaa color hex is 0.49, 0.00, 0.09, 0.27. Web safe color of #5fbbaa is #66cc99. Color #5fbbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 10101010
Octal 137 273 252
Decimal 95 187 170
Hex 5F BB AA

RGB Percentages of Color #5fbbaa

%21.02
%41.37
%37.61

CMYK Percentages of Color #5fbbaa

%49
%0
%9
%27

Triadic Colors of #5fbbaa

#5fbbaa #aa5fbb #bbaa5f

Analogous Colors of #5fbbaa

#5fbbaa #5f9ebb #5fbb7c

Monochromatic Colors of #5fbbaa

#5fbbaa

Complementary Color

#5fbbaa #bb5f70

#5fbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbaa Color CSS Codes

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

#5fbbaa Text Font Color

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

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


#5fbbaa Background Color

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

This div background color is #5fbbaa


#5fbbaa Border Color

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

This div border color is #5fbbaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,187,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 #5fbbaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbaa


Comments

No comments written yet.

Please login to write comment.