Color Hex Logo

#5baead Color Hex

#5BAEAD
(91,174,173)
0 Favorites   0 Comments

Color spaces of #5baead

RGB 91174173
HSL0.500.340.52
HSV179°48°68°
CMYK 0.480.000.01   0.32
XYZ26.993335.513444.9672
Yxy35.51340.25120.3304
Hunter Lab59.5931-23.4346-3.0233
CIE-Lab66.1464-25.4227-7.3073

#5baead color RGB value is (91,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 10101101
Octal 133 256 255
Decimal 91 174 173
Hex 5B AE AD

RGB Percentages of Color #5baead

%20.78
%39.73
%39.50

CMYK Percentages of Color #5baead

%48
%0
%1
%32

Triadic Colors of #5baead

#5baead #ad5bae #aead5b

Analogous Colors of #5baead

#5baead #5b86ae #5bae84

Monochromatic Colors of #5baead

#5baead

Complementary Color

#5baead #ae5b5c

#5baead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baead Color CSS Codes

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

#5baead Text Font Color

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

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


#5baead Background Color

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

This div background color is #5baead


#5baead Border Color

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

This div border color is #5baead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baead


Comments

No comments written yet.

Please login to write comment.