Color Hex Logo

#4faaba Color Hex

#4FAABA
(79,170,186)
0 Favorites   0 Comments

Color spaces of #4faaba

RGB 79170186
HSL0.520.440.52
HSV189°58°73°
CMYK 0.580.090.00   0.27
XYZ26.462133.956951.6140
Yxy33.95690.23620.3031
Hunter Lab58.2725-20.9185-11.7244
CIE-Lab64.9283-22.3425-16.4113

#4faaba color RGB value is (79,170,186).

#4faaba hex color red value is 79, green value is 170 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4faaba hue: 0.52 , saturation: 0.44 and the lightness value of 4faaba is 0.52.

The process color (four color CMYK) of #4faaba color hex is 0.58, 0.09, 0.00, 0.27. Web safe color of #4faaba is #6699cc. Color #4faaba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 10111010
Octal 117 252 272
Decimal 79 170 186
Hex 4F AA BA

RGB Percentages of Color #4faaba

%18.16
%39.08
%42.76

CMYK Percentages of Color #4faaba

%58
%9
%0
%27

Triadic Colors of #4faaba

#4faaba #ba4faa #aaba4f

Analogous Colors of #4faaba

#4faaba #4f75ba #4fba95

Monochromatic Colors of #4faaba

#4faaba

Complementary Color

#4faaba #ba5f4f

#4faaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaba Color CSS Codes

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

#4faaba Text Font Color

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

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


#4faaba Background Color

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

This div background color is #4faaba


#4faaba Border Color

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

This div border color is #4faaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaba


Comments

No comments written yet.

Please login to write comment.