Color Hex Logo

#5baeba Color Hex

#5BAEBA
(91,174,186)
0 Favorites   0 Comments

Color spaces of #5baeba

RGB 91174186
HSL0.520.410.54
HSV188°51°73°
CMYK 0.510.060.00   0.27
XYZ28.313436.041451.9188
Yxy36.04140.24350.3100
Hunter Lab60.0345-20.8764-9.2508
CIE-Lab66.5515-21.8963-13.9191

#5baeba color RGB value is (91,174,186).

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

The process color (four color CMYK) of #5baeba color hex is 0.51, 0.06, 0.00, 0.27. Web safe color of #5baeba is #6699cc. Color #5baeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101110 10111010
Octal 133 256 272
Decimal 91 174 186
Hex 5B AE BA

RGB Percentages of Color #5baeba

%20.18
%38.58
%41.24

CMYK Percentages of Color #5baeba

%51
%6
%0
%27

Triadic Colors of #5baeba

#5baeba #ba5bae #aeba5b

Analogous Colors of #5baeba

#5baeba #5b7fba #5bba97

Monochromatic Colors of #5baeba

#5baeba

Complementary Color

#5baeba #ba675b

#5baeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baeba Color CSS Codes

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

#5baeba Text Font Color

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

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


#5baeba Background Color

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

This div background color is #5baeba


#5baeba Border Color

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

This div border color is #5baeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baeba


Comments

No comments written yet.

Please login to write comment.