Color Hex Logo

#4eaffa Color Hex

#4EAFFA
(78,175,250)
0 Favorites   0 Comments

Color spaces of #4eaffa

RGB 78175250
HSL0.570.950.64
HSV206°69°98°
CMYK 0.690.300.00   0.02
XYZ35.727239.181896.1223
Yxy39.18180.20890.2291
Hunter Lab62.5954-7.6605-47.2298
CIE-Lab68.8828-5.0266-45.5105

#4eaffa color RGB value is (78,175,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101111 11111010
Octal 116 257 372
Decimal 78 175 250
Hex 4E AF FA

RGB Percentages of Color #4eaffa

%15.51
%34.79
%49.70

CMYK Percentages of Color #4eaffa

%69
%30
%0
%2

Triadic Colors of #4eaffa

#4eaffa #fa4eaf #affa4e

Analogous Colors of #4eaffa

#4eaffa #4e59fa #4efaef

Monochromatic Colors of #4eaffa

#4eaffa

Complementary Color

#4eaffa #fa994e

#4eaffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eaffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eaffa Color CSS Codes

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

#4eaffa Text Font Color

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

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


#4eaffa Background Color

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

This div background color is #4eaffa


#4eaffa Border Color

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

This div border color is #4eaffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eaffa


Comments

No comments written yet.

Please login to write comment.