Color Hex Logo

#4fafba Color Hex

#4FAFBA
(79,175,186)
0 Favorites   0 Comments

Color spaces of #4fafba

RGB 79175186
HSL0.520.440.52
HSV186°58°73°
CMYK 0.580.060.00   0.27
XYZ27.417335.867451.9324
Yxy35.86740.23800.3113
Hunter Lab59.8894-23.0893-9.4901
CIE-Lab66.4185-24.8835-14.1621

#4fafba color RGB value is (79,175,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 10111010
Octal 117 257 272
Decimal 79 175 186
Hex 4F AF BA

RGB Percentages of Color #4fafba

%17.95
%39.77
%42.27

CMYK Percentages of Color #4fafba

%58
%6
%0
%27

Triadic Colors of #4fafba

#4fafba #ba4faf #afba4f

Analogous Colors of #4fafba

#4fafba #4f7aba #4fba90

Monochromatic Colors of #4fafba

#4fafba

Complementary Color

#4fafba #ba5a4f

#4fafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafba Color CSS Codes

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

#4fafba Text Font Color

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

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


#4fafba Background Color

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

This div background color is #4fafba


#4fafba Border Color

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

This div border color is #4fafba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,175,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 #4fafba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafba


Comments

No comments written yet.

Please login to write comment.