Color Hex Logo

#4faffc Color Hex

#4FAFFC
(79,175,252)
0 Favorites   0 Comments

Color spaces of #4faffc

RGB 79175252
HSL0.570.970.65
HSV207°69°99°
CMYK 0.690.310.00   0.01
XYZ36.125139.350597.7869
Yxy39.35050.20850.2271
Hunter Lab62.7300-6.9824-48.5135
CIE-Lab69.0044-4.2163-46.4020

#4faffc color RGB value is (79,175,252).

#4faffc hex color red value is 79, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #4faffc hue: 0.57 , saturation: 0.97 and the lightness value of 4faffc is 0.65.

The process color (four color CMYK) of #4faffc color hex is 0.69, 0.31, 0.00, 0.01. Web safe color of #4faffc is #6699ff. Color #4faffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11111100
Octal 117 257 374
Decimal 79 175 252
Hex 4F AF FC

RGB Percentages of Color #4faffc

%15.61
%34.58
%49.80

CMYK Percentages of Color #4faffc

%69
%31
%0
%1

Triadic Colors of #4faffc

#4faffc #fc4faf #affc4f

Analogous Colors of #4faffc

#4faffc #4f58fc #4ffcf3

Monochromatic Colors of #4faffc

#4faffc

Complementary Color

#4faffc #fc9c4f

#4faffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faffc Color CSS Codes

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

#4faffc Text Font Color

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

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


#4faffc Background Color

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

This div background color is #4faffc


#4faffc Border Color

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

This div border color is #4faffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faffc


Comments

No comments written yet.

Please login to write comment.