Color Hex Logo

#4faaab Color Hex

#4FAAAB
(79,170,171)
0 Favorites   0 Comments

Color spaces of #4faaab

RGB 79170171
HSL0.500.370.49
HSV181°54°67°
CMYK 0.540.010.00   0.33
XYZ24.949933.352043.6507
Yxy33.35200.24470.3271
Hunter Lab57.7512-23.9483-4.3880
CIE-Lab64.4449-26.6003-8.7730

#4faaab color RGB value is (79,170,171).

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

The process color (four color CMYK) of #4faaab color hex is 0.54, 0.01, 0.00, 0.33. Web safe color of #4faaab is #669999. Color #4faaab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 10101011
Octal 117 252 253
Decimal 79 170 171
Hex 4F AA AB

RGB Percentages of Color #4faaab

%18.81
%40.48
%40.71

CMYK Percentages of Color #4faaab

%54
%1
%0
%33

Triadic Colors of #4faaab

#4faaab #ab4faa #aaab4f

Analogous Colors of #4faaab

#4faaab #4f7cab #4fab7e

Monochromatic Colors of #4faaab

#4faaab

Complementary Color

#4faaab #ab504f

#4faaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaab Color CSS Codes

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

#4faaab Text Font Color

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

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


#4faaab Background Color

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

This div background color is #4faaab


#4faaab Border Color

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

This div border color is #4faaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaab


Comments

No comments written yet.

Please login to write comment.