Color Hex Logo

#4faeea Color Hex

#4FAEEA
(79,174,234)
0 Favorites   0 Comments

Color spaces of #4faeea

RGB 79174234
HSL0.560.790.61
HSV203°66°92°
CMYK 0.660.260.00   0.08
XYZ33.211837.874983.4020
Yxy37.87490.21500.2452
Hunter Lab61.5426-11.3710-37.2695
CIE-Lab67.9283-9.5881-38.2894

#4faeea color RGB value is (79,174,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11101010
Octal 117 256 352
Decimal 79 174 234
Hex 4F AE EA

RGB Percentages of Color #4faeea

%16.22
%35.73
%48.05

CMYK Percentages of Color #4faeea

%66
%26
%0
%8

Triadic Colors of #4faeea

#4faeea #ea4fae #aeea4f

Analogous Colors of #4faeea

#4faeea #4f61ea #4fead9

Monochromatic Colors of #4faeea

#4faeea

Complementary Color

#4faeea #ea8b4f

#4faeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faeea Color CSS Codes

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

#4faeea Text Font Color

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

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


#4faeea Background Color

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

This div background color is #4faeea


#4faeea Border Color

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

This div border color is #4faeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faeea


Comments

No comments written yet.

Please login to write comment.