Color Hex Logo

#4eaafa Color Hex

#4EAAFA
(78,170,250)
0 Favorites   0 Comments

Color spaces of #4eaafa

RGB 78170250
HSL0.580.950.64
HSV208°69°98°
CMYK 0.690.320.00   0.02
XYZ34.771937.271395.8039
Yxy37.27130.20720.2221
Hunter Lab61.0502-5.1710-50.3065
CIE-Lab67.4801-2.2259-47.7169

#4eaafa color RGB value is (78,170,250).

#4eaafa hex color red value is 78, green value is 170 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #4eaafa hue: 0.58 , saturation: 0.95 and the lightness value of 4eaafa is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101010 11111010
Octal 116 252 372
Decimal 78 170 250
Hex 4E AA FA

RGB Percentages of Color #4eaafa

%15.66
%34.14
%50.20

CMYK Percentages of Color #4eaafa

%69
%32
%0
%2

Triadic Colors of #4eaafa

#4eaafa #fa4eaa #aafa4e

Analogous Colors of #4eaafa

#4eaafa #4e54fa #4efaf4

Monochromatic Colors of #4eaafa

#4eaafa

Complementary Color

#4eaafa #fa9e4e

#4eaafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaafa Color CSS Codes

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

#4eaafa Text Font Color

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

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


#4eaafa Background Color

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

This div background color is #4eaafa


#4eaafa Border Color

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

This div border color is #4eaafa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,170,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4eaafa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4eaafa;
  -webkit-box-shadow: 1px 1px 3px 2px #4eaafa;
  box-shadow:         1px 1px 3px 2px #4eaafa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,170,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaafa


Comments

No comments written yet.

Please login to write comment.