Color Hex Logo

#4faaca Color Hex

#4FAACA
(79,170,202)
0 Favorites   0 Comments

Color spaces of #4faaca

RGB 79170202
HSL0.540.540.55
HSV196°61°79°
CMYK 0.610.160.00   0.21
XYZ28.259834.676061.0808
Yxy34.67600.22790.2796
Hunter Lab58.8863-17.3882-20.2791
CIE-Lab65.4956-17.5558-24.4375

#4faaca color RGB value is (79,170,202).

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

The process color (four color CMYK) of #4faaca color hex is 0.61, 0.16, 0.00, 0.21. Web safe color of #4faaca is #6699cc. Color #4faaca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101010 11001010
Octal 117 252 312
Decimal 79 170 202
Hex 4F AA CA

RGB Percentages of Color #4faaca

%17.52
%37.69
%44.79

CMYK Percentages of Color #4faaca

%61
%16
%0
%21

Triadic Colors of #4faaca

#4faaca #ca4faa #aaca4f

Analogous Colors of #4faaca

#4faaca #4f6dca #4fcaad

Monochromatic Colors of #4faaca

#4faaca

Complementary Color

#4faaca #ca6f4f

#4faaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faaca Color CSS Codes

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

#4faaca Text Font Color

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

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


#4faaca Background Color

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

This div background color is #4faaca


#4faaca Border Color

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

This div border color is #4faaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faaca


Comments

No comments written yet.

Please login to write comment.