Color Hex Logo

#4faabc Color Hex

#4FAABC
(79,170,188)
0 Favorites   0 Comments

Color spaces of #4faabc

RGB 79170188
HSL0.530.450.52
HSV190°58°74°
CMYK 0.580.100.00   0.26
XYZ26.676334.042652.7418
Yxy34.04260.23510.3000
Hunter Lab58.3460-20.4939-12.7529
CIE-Lab64.9964-21.7572-17.4217

#4faabc color RGB value is (79,170,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 10111100
Octal 117 252 274
Decimal 79 170 188
Hex 4F AA BC

RGB Percentages of Color #4faabc

%18.08
%38.90
%43.02

CMYK Percentages of Color #4faabc

%58
%10
%0
%26

Triadic Colors of #4faabc

#4faabc #bc4faa #aabc4f

Analogous Colors of #4faabc

#4faabc #4f74bc #4fbc98

Monochromatic Colors of #4faabc

#4faabc

Complementary Color

#4faabc #bc614f

#4faabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faabc Color CSS Codes

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

#4faabc Text Font Color

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

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


#4faabc Background Color

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

This div background color is #4faabc


#4faabc Border Color

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

This div border color is #4faabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faabc


Comments

No comments written yet.

Please login to write comment.