Color Hex Logo

#4faaae Color Hex

#4FAAAE
(79,170,174)
0 Favorites   0 Comments

Color spaces of #4faaae

RGB 79170174
HSL0.510.380.50
HSV183°55°68°
CMYK 0.550.020.00   0.32
XYZ25.239233.467745.1741
Yxy33.46770.24300.3222
Hunter Lab57.8513-23.3642-5.8017
CIE-Lab64.5378-25.7681-10.3088

#4faaae color RGB value is (79,170,174).

#4faaae hex color red value is 79, green value is 170 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4faaae hue: 0.51 , saturation: 0.38 and the lightness value of 4faaae is 0.50.

The process color (four color CMYK) of #4faaae color hex is 0.55, 0.02, 0.00, 0.32. Web safe color of #4faaae is #669999. Color #4faaae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 10101110
Octal 117 252 256
Decimal 79 170 174
Hex 4F AA AE

RGB Percentages of Color #4faaae

%18.68
%40.19
%41.13

CMYK Percentages of Color #4faaae

%55
%2
%0
%32

Triadic Colors of #4faaae

#4faaae #ae4faa #aaae4f

Analogous Colors of #4faaae

#4faaae #4f7bae #4fae83

Monochromatic Colors of #4faaae

#4faaae

Complementary Color

#4faaae #ae534f

#4faaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaae Color CSS Codes

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

#4faaae Text Font Color

<p style="color:#4faaae">Text here</p>

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


#4faaae Background Color

<div style="background-color:#4faaae">
Div content here</div>

This div background color is #4faaae


#4faaae Border Color

<div style="border:3px solid #4faaae">
Div here</div>

This div border color is #4faaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaae


Comments

No comments written yet.

Please login to write comment.