Color Hex Logo

#5badaa Color Hex

#5BADAA
(91,173,170)
0 Favorites   0 Comments

Color spaces of #5badaa

RGB 91173170
HSL0.490.330.52
HSV178°47°68°
CMYK 0.470.000.02   0.32
XYZ26.513735.013643.3911
Yxy35.01360.25270.3337
Hunter Lab59.1723-23.5699-2.0568
CIE-Lab65.7593-25.7119-6.2140

#5badaa color RGB value is (91,173,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101101 10101010
Octal 133 255 252
Decimal 91 173 170
Hex 5B AD AA

RGB Percentages of Color #5badaa

%20.97
%39.86
%39.17

CMYK Percentages of Color #5badaa

%47
%0
%2
%32

Triadic Colors of #5badaa

#5badaa #aa5bad #adaa5b

Analogous Colors of #5badaa

#5badaa #5b87ad #5bad81

Monochromatic Colors of #5badaa

#5badaa

Complementary Color

#5badaa #ad5b5e

#5badaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5badaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5badaa Color CSS Codes

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

#5badaa Text Font Color

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

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


#5badaa Background Color

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

This div background color is #5badaa


#5badaa Border Color

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

This div border color is #5badaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5badaa


Comments

No comments written yet.

Please login to write comment.