Color Hex Logo

#5bbfad Color Hex

#5BBFAD
(91,191,173)
0 Favorites   0 Comments

Color spaces of #5bbfad

RGB 91191173
HSL0.470.440.55
HSV169°52°75°
CMYK 0.520.000.09   0.25
XYZ30.488042.502946.1322
Yxy42.50290.25590.3568
Hunter Lab65.1942-30.61473.6817
CIE-Lab71.2163-33.66380.1586

#5bbfad color RGB value is (91,191,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111111 10101101
Octal 133 277 255
Decimal 91 191 173
Hex 5B BF AD

RGB Percentages of Color #5bbfad

%20.00
%41.98
%38.02

CMYK Percentages of Color #5bbfad

%52
%0
%9
%25

Triadic Colors of #5bbfad

#5bbfad #ad5bbf #bfad5b

Analogous Colors of #5bbfad

#5bbfad #5b9fbf #5bbf7b

Monochromatic Colors of #5bbfad

#5bbfad

Complementary Color

#5bbfad #bf5b6d

#5bbfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbfad Color CSS Codes

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

#5bbfad Text Font Color

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

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


#5bbfad Background Color

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

This div background color is #5bbfad


#5bbfad Border Color

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

This div border color is #5bbfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbfad


Comments

No comments written yet.

Please login to write comment.