Color Hex Logo

#5fbbad Color Hex

#5FBBAD
(95,187,173)
0 Favorites   0 Comments

Color spaces of #5fbbad

RGB 95187173
HSL0.470.400.55
HSV171°49°73°
CMYK 0.490.000.07   0.27
XYZ30.032540.990745.8643
Yxy40.99070.25690.3507
Hunter Lab64.0240-28.31082.3437
CIE-Lab70.1694-30.8645-1.3550

#5fbbad color RGB value is (95,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 10101101
Octal 137 273 255
Decimal 95 187 173
Hex 5F BB AD

RGB Percentages of Color #5fbbad

%20.88
%41.10
%38.02

CMYK Percentages of Color #5fbbad

%49
%0
%7
%27

Triadic Colors of #5fbbad

#5fbbad #ad5fbb #bbad5f

Analogous Colors of #5fbbad

#5fbbad #5f9bbb #5fbb7f

Monochromatic Colors of #5fbbad

#5fbbad

Complementary Color

#5fbbad #bb5f6d

#5fbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbad Color CSS Codes

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

#5fbbad Text Font Color

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

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


#5fbbad Background Color

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

This div background color is #5fbbad


#5fbbad Border Color

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

This div border color is #5fbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbad


Comments

No comments written yet.

Please login to write comment.