Color Hex Logo

#4faabb Color Hex

#4FAABB
(79,170,187)
0 Favorites   0 Comments

Color spaces of #4faabb

RGB 79170187
HSL0.530.440.52
HSV189°58°73°
CMYK 0.580.090.00   0.27
XYZ26.568833.999652.1760
Yxy33.99960.23570.3016
Hunter Lab58.3092-20.7068-12.2372
CIE-Lab64.9623-22.0504-16.9168

#4faabb color RGB value is (79,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 10111011
Octal 117 252 273
Decimal 79 170 187
Hex 4F AA BB

RGB Percentages of Color #4faabb

%18.12
%38.99
%42.89

CMYK Percentages of Color #4faabb

%58
%9
%0
%27

Triadic Colors of #4faabb

#4faabb #bb4faa #aabb4f

Analogous Colors of #4faabb

#4faabb #4f74bb #4fbb96

Monochromatic Colors of #4faabb

#4faabb

Complementary Color

#4faabb #bb604f

#4faabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faabb Color CSS Codes

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

#4faabb Text Font Color

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

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


#4faabb Background Color

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

This div background color is #4faabb


#4faabb Border Color

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

This div border color is #4faabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faabb


Comments

No comments written yet.

Please login to write comment.