Color Hex Logo

#4f8aeb Color Hex

#4F8AEB
(79,138,235)
0 Favorites   0 Comments

Color spaces of #4f8aeb

RGB 79138235
HSL0.600.800.62
HSV217°66°92°
CMYK 0.660.410.00   0.08
XYZ27.308325.837482.1451
Yxy25.83740.20180.1910
Hunter Lab50.83056.9444-60.2348
CIE-Lab57.882411.4716-54.6861

#4f8aeb color RGB value is (79,138,235).

#4f8aeb hex color red value is 79, green value is 138 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4f8aeb hue: 0.60 , saturation: 0.80 and the lightness value of 4f8aeb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10001010 11101011
Octal 117 212 353
Decimal 79 138 235
Hex 4F 8A EB

RGB Percentages of Color #4f8aeb

%17.48
%30.53
%51.99

CMYK Percentages of Color #4f8aeb

%66
%41
%0
%8

Triadic Colors of #4f8aeb

#4f8aeb #eb4f8a #8aeb4f

Analogous Colors of #4f8aeb

#4f8aeb #624feb #4fd8eb

Monochromatic Colors of #4f8aeb

#4f8aeb

Complementary Color

#4f8aeb #ebb04f

#4f8aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4f8aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4f8aeb Color CSS Codes

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

#4f8aeb Text Font Color

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

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


#4f8aeb Background Color

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

This div background color is #4f8aeb


#4f8aeb Border Color

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

This div border color is #4f8aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4f8aeb


Comments

No comments written yet.

Please login to write comment.