Color Hex Logo

#4fafea Color Hex

#4FAFEA
(79,175,234)
0 Favorites   0 Comments

Color spaces of #4fafea

RGB 79175234
HSL0.560.790.61
HSV203°66°92°
CMYK 0.660.250.00   0.08
XYZ33.405738.262783.4667
Yxy38.26270.21530.2466
Hunter Lab61.8569-11.8508-36.7033
CIE-Lab68.2138-10.1346-37.8445

#4fafea color RGB value is (79,175,234).

#4fafea hex color red value is 79, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4fafea hue: 0.56 , saturation: 0.79 and the lightness value of 4fafea is 0.61.

The process color (four color CMYK) of #4fafea color hex is 0.66, 0.25, 0.00, 0.08. Web safe color of #4fafea is #6699ff. Color #4fafea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 11101010
Octal 117 257 352
Decimal 79 175 234
Hex 4F AF EA

RGB Percentages of Color #4fafea

%16.19
%35.86
%47.95

CMYK Percentages of Color #4fafea

%66
%25
%0
%8

Triadic Colors of #4fafea

#4fafea #ea4faf #afea4f

Analogous Colors of #4fafea

#4fafea #4f62ea #4fead8

Monochromatic Colors of #4fafea

#4fafea

Complementary Color

#4fafea #ea8a4f

#4fafea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafea Color CSS Codes

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

#4fafea Text Font Color

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

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


#4fafea Background Color

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

This div background color is #4fafea


#4fafea Border Color

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

This div border color is #4fafea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafea


Comments

No comments written yet.

Please login to write comment.