Color Hex Logo

#5badab Color Hex

#5BADAB
(91,173,171)
0 Favorites   0 Comments

Color spaces of #5badab

RGB 91173171
HSL0.500.330.52
HSV179°47°68°
CMYK 0.470.000.01   0.32
XYZ26.608635.051643.8913
Yxy35.05160.25210.3321
Hunter Lab59.2044-23.3833-2.5117
CIE-Lab65.7888-25.4501-6.7264

#5badab color RGB value is (91,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10101011
Octal 133 255 253
Decimal 91 173 171
Hex 5B AD AB

RGB Percentages of Color #5badab

%20.92
%39.77
%39.31

CMYK Percentages of Color #5badab

%47
%0
%1
%32

Triadic Colors of #5badab

#5badab #ab5bad #adab5b

Analogous Colors of #5badab

#5badab #5b86ad #5bad82

Monochromatic Colors of #5badab

#5badab

Complementary Color

#5badab #ad5b5d

#5badab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badab Color CSS Codes

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

#5badab Text Font Color

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

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


#5badab Background Color

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

This div background color is #5badab


#5badab Border Color

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

This div border color is #5badab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badab


Comments

No comments written yet.

Please login to write comment.