Color Hex Logo

#5faeaa Color Hex

#5FAEAA
(95,174,170)
0 Favorites   0 Comments

Color spaces of #5faeaa

RGB 95174170
HSL0.490.330.53
HSV177°45°68°
CMYK 0.450.000.02   0.32
XYZ27.111135.607343.4742
Yxy35.60730.25530.3353
Hunter Lab59.6719-23.3267-1.4257
CIE-Lab66.2188-25.2571-5.5156

#5faeaa color RGB value is (95,174,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10101010
Octal 137 256 252
Decimal 95 174 170
Hex 5F AE AA

RGB Percentages of Color #5faeaa

%21.64
%39.64
%38.72

CMYK Percentages of Color #5faeaa

%45
%0
%2
%32

Triadic Colors of #5faeaa

#5faeaa #aa5fae #aeaa5f

Analogous Colors of #5faeaa

#5faeaa #5f8bae #5fae83

Monochromatic Colors of #5faeaa

#5faeaa

Complementary Color

#5faeaa #ae5f63

#5faeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faeaa Color CSS Codes

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

#5faeaa Text Font Color

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

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


#5faeaa Background Color

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

This div background color is #5faeaa


#5faeaa Border Color

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

This div border color is #5faeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faeaa


Comments

No comments written yet.

Please login to write comment.