Color Hex Logo

#5faea6 Color Hex

#5FAEA6
(95,174,166)
0 Favorites   0 Comments

Color spaces of #5faea6

RGB 95174166
HSL0.480.330.53
HSV174°45°68°
CMYK 0.450.000.05   0.32
XYZ26.738335.458241.5112
Yxy35.45820.25780.3419
Hunter Lab59.5468-24.05500.3506
CIE-Lab66.1039-26.2774-3.4629

#5faea6 color RGB value is (95,174,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10100110
Octal 137 256 246
Decimal 95 174 166
Hex 5F AE A6

RGB Percentages of Color #5faea6

%21.84
%40.00
%38.16

CMYK Percentages of Color #5faea6

%45
%0
%5
%32

Triadic Colors of #5faea6

#5faea6 #a65fae #aea65f

Analogous Colors of #5faea6

#5faea6 #5f8fae #5fae7f

Monochromatic Colors of #5faea6

#5faea6

Complementary Color

#5faea6 #ae5f67

#5faea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faea6 Color CSS Codes

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

#5faea6 Text Font Color

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

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


#5faea6 Background Color

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

This div background color is #5faea6


#5faea6 Border Color

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

This div border color is #5faea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faea6


Comments

No comments written yet.

Please login to write comment.