Color Hex Logo

#4faefb Color Hex

#4FAEFB
(79,174,251)
0 Favorites   0 Comments

Color spaces of #4faefb

RGB 79174251
HSL0.570.960.65
HSV207°69°98°
CMYK 0.690.310.00   0.02
XYZ35.773138.899496.8897
Yxy38.89940.20850.2267
Hunter Lab62.3694-6.7645-48.4474
CIE-Lab68.6783-3.9910-46.3722

#4faefb color RGB value is (79,174,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11111011
Octal 117 256 373
Decimal 79 174 251
Hex 4F AE FB

RGB Percentages of Color #4faefb

%15.67
%34.52
%49.80

CMYK Percentages of Color #4faefb

%69
%31
%0
%2

Triadic Colors of #4faefb

#4faefb #fb4fae #aefb4f

Analogous Colors of #4faefb

#4faefb #4f58fb #4ffbf2

Monochromatic Colors of #4faefb

#4faefb

Complementary Color

#4faefb #fb9c4f

#4faefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faefb Color CSS Codes

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

#4faefb Text Font Color

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

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


#4faefb Background Color

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

This div background color is #4faefb


#4faefb Border Color

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

This div border color is #4faefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faefb


Comments

No comments written yet.

Please login to write comment.