Color Hex Logo

#4f9aea Color Hex

#4F9AEA
(79,154,234)
0 Favorites   0 Comments

Color spaces of #4f9aea

RGB 79154234
HSL0.590.790.61
HSV211°66°92°
CMYK 0.660.340.00   0.08
XYZ29.631330.714082.2086
Yxy30.71400.20790.2155
Hunter Lab55.4202-1.5475-49.1548
CIE-Lab62.26551.6810-47.1760

#4f9aea color RGB value is (79,154,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10011010 11101010
Octal 117 232 352
Decimal 79 154 234
Hex 4F 9A EA

RGB Percentages of Color #4f9aea

%16.92
%32.98
%50.11

CMYK Percentages of Color #4f9aea

%66
%34
%0
%8

Triadic Colors of #4f9aea

#4f9aea #ea4f9a #9aea4f

Analogous Colors of #4f9aea

#4f9aea #514fea #4fe8ea

Monochromatic Colors of #4f9aea

#4f9aea

Complementary Color

#4f9aea #ea9f4f

#4f9aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f9aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f9aea Color CSS Codes

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

#4f9aea Text Font Color

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

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


#4f9aea Background Color

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

This div background color is #4f9aea


#4f9aea Border Color

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

This div border color is #4f9aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f9aea


Comments

No comments written yet.

Please login to write comment.