Color Hex Logo

#5ba8af Color Hex

#5BA8AF
(91,168,175)
0 Favorites   0 Comments

Color spaces of #5ba8af

RGB 91168175
HSL0.510.340.52
HSV185°48°69°
CMYK 0.480.040.00   0.31
XYZ26.054933.324645.6165
Yxy33.32460.24820.3174
Hunter Lab57.7275-20.4583-6.4420
CIE-Lab64.4229-21.8471-10.9924

#5ba8af color RGB value is (91,168,175).

#5ba8af hex color red value is 91, green value is 168 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5ba8af hue: 0.51 , saturation: 0.34 and the lightness value of 5ba8af is 0.52.

The process color (four color CMYK) of #5ba8af color hex is 0.48, 0.04, 0.00, 0.31. Web safe color of #5ba8af is #669999. Color #5ba8af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101000 10101111
Octal 133 250 257
Decimal 91 168 175
Hex 5B A8 AF

RGB Percentages of Color #5ba8af

%20.97
%38.71
%40.32

CMYK Percentages of Color #5ba8af

%48
%4
%0
%31

Triadic Colors of #5ba8af

#5ba8af #af5ba8 #a8af5b

Analogous Colors of #5ba8af

#5ba8af #5b7eaf #5baf8c

Monochromatic Colors of #5ba8af

#5ba8af

Complementary Color

#5ba8af #af625b

#5ba8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba8af Color CSS Codes

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

#5ba8af Text Font Color

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

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


#5ba8af Background Color

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

This div background color is #5ba8af


#5ba8af Border Color

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

This div border color is #5ba8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba8af


Comments

No comments written yet.

Please login to write comment.