Color Hex Logo

#5faead Color Hex

#5FAEAD
(95,174,173)
0 Favorites   0 Comments

Color spaces of #5faead

RGB 95174173
HSL0.500.330.53
HSV179°45°68°
CMYK 0.450.000.01   0.32
XYZ27.398235.722144.9862
Yxy35.72210.25340.3304
Hunter Lab59.7680-22.7679-2.7889
CIE-Lab66.3070-24.4799-7.0513

#5faead color RGB value is (95,174,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101110 10101101
Octal 137 256 255
Decimal 95 174 173
Hex 5F AE AD

RGB Percentages of Color #5faead

%21.49
%39.37
%39.14

CMYK Percentages of Color #5faead

%45
%0
%1
%32

Triadic Colors of #5faead

#5faead #ad5fae #aead5f

Analogous Colors of #5faead

#5faead #5f88ae #5fae86

Monochromatic Colors of #5faead

#5faead

Complementary Color

#5faead #ae5f60

#5faead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faead Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faead Color CSS Codes

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

#5faead Text Font Color

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

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


#5faead Background Color

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

This div background color is #5faead


#5faead Border Color

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

This div border color is #5faead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faead


Comments

No comments written yet.

Please login to write comment.