Color Hex Logo

#4eacfa Color Hex

#4EACFA
(78,172,250)
0 Favorites   0 Comments

Color spaces of #4eacfa

RGB 78172250
HSL0.580.950.64
HSV207°69°98°
CMYK 0.690.310.00   0.02
XYZ35.149738.026995.9298
Yxy38.02690.20790.2249
Hunter Lab61.6660-6.1701-49.0675
CIE-Lab68.0404-3.3507-46.8346

#4eacfa color RGB value is (78,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101100 11111010
Octal 116 254 372
Decimal 78 172 250
Hex 4E AC FA

RGB Percentages of Color #4eacfa

%15.60
%34.40
%50.00

CMYK Percentages of Color #4eacfa

%69
%31
%0
%2

Triadic Colors of #4eacfa

#4eacfa #fa4eac #acfa4e

Analogous Colors of #4eacfa

#4eacfa #4e56fa #4efaf2

Monochromatic Colors of #4eacfa

#4eacfa

Complementary Color

#4eacfa #fa9c4e

#4eacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eacfa Color CSS Codes

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

#4eacfa Text Font Color

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

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


#4eacfa Background Color

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

This div background color is #4eacfa


#4eacfa Border Color

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

This div border color is #4eacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eacfa


Comments

No comments written yet.

Please login to write comment.