Color Hex Logo

#5faebb Color Hex

#5FAEBB
(95,174,187)
0 Favorites   0 Comments

Color spaces of #5faebb

RGB 95174187
HSL0.520.400.55
HSV188°49°73°
CMYK 0.490.070.00   0.27
XYZ28.825036.292952.4997
Yxy36.29290.24510.3086
Hunter Lab60.2436-20.0186-9.4982
CIE-Lab66.7431-20.7228-14.1694

#5faebb color RGB value is (95,174,187).

#5faebb hex color red value is 95, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5faebb hue: 0.52 , saturation: 0.40 and the lightness value of 5faebb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10111011
Octal 137 256 273
Decimal 95 174 187
Hex 5F AE BB

RGB Percentages of Color #5faebb

%20.83
%38.16
%41.01

CMYK Percentages of Color #5faebb

%49
%7
%0
%27

Triadic Colors of #5faebb

#5faebb #bb5fae #aebb5f

Analogous Colors of #5faebb

#5faebb #5f80bb #5fbb9a

Monochromatic Colors of #5faebb

#5faebb

Complementary Color

#5faebb #bb6c5f

#5faebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faebb Color CSS Codes

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

#5faebb Text Font Color

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

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


#5faebb Background Color

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

This div background color is #5faebb


#5faebb Border Color

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

This div border color is #5faebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faebb


Comments

No comments written yet.

Please login to write comment.