Color Hex Logo

#5babaa Color Hex

#5BABAA
(91,171,170)
0 Favorites   0 Comments

Color spaces of #5babaa

RGB 91171170
HSL0.500.320.51
HSV179°47°67°
CMYK 0.470.000.01   0.33
XYZ26.133034.252243.2642
Yxy34.25220.25210.3305
Hunter Lab58.5254-22.7148-2.8617
CIE-Lab65.1623-24.7099-7.0997

#5babaa color RGB value is (91,171,170).

#5babaa hex color red value is 91, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5babaa hue: 0.50 , saturation: 0.32 and the lightness value of 5babaa is 0.51.

The process color (four color CMYK) of #5babaa color hex is 0.47, 0.00, 0.01, 0.33. Web safe color of #5babaa is #669999. Color #5babaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101011 10101010
Octal 133 253 252
Decimal 91 171 170
Hex 5B AB AA

RGB Percentages of Color #5babaa

%21.06
%39.58
%39.35

CMYK Percentages of Color #5babaa

%47
%0
%1
%33

Triadic Colors of #5babaa

#5babaa #aa5bab #abaa5b

Analogous Colors of #5babaa

#5babaa #5b84ab #5bab82

Monochromatic Colors of #5babaa

#5babaa

Complementary Color

#5babaa #ab5b5c

#5babaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5babaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5babaa Color CSS Codes

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

#5babaa Text Font Color

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

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


#5babaa Background Color

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

This div background color is #5babaa


#5babaa Border Color

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

This div border color is #5babaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5babaa


Comments

No comments written yet.

Please login to write comment.