Color Hex Logo

#4eabfa Color Hex

#4EABFA
(78,171,250)
0 Favorites   0 Comments

Color spaces of #4eabfa

RGB 78171250
HSL0.580.950.64
HSV208°69°98°
CMYK 0.690.320.00   0.02
XYZ34.960137.647695.8666
Yxy37.64760.20750.2235
Hunter Lab61.3576-5.6709-49.6857
CIE-Lab67.7601-2.7888-47.2759

#4eabfa color RGB value is (78,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11111010
Octal 116 253 372
Decimal 78 171 250
Hex 4E AB FA

RGB Percentages of Color #4eabfa

%15.63
%34.27
%50.10

CMYK Percentages of Color #4eabfa

%69
%32
%0
%2

Triadic Colors of #4eabfa

#4eabfa #fa4eab #abfa4e

Analogous Colors of #4eabfa

#4eabfa #4e55fa #4efaf3

Monochromatic Colors of #4eabfa

#4eabfa

Complementary Color

#4eabfa #fa9d4e

#4eabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabfa Color CSS Codes

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

#4eabfa Text Font Color

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

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


#4eabfa Background Color

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

This div background color is #4eabfa


#4eabfa Border Color

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

This div border color is #4eabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabfa


Comments

No comments written yet.

Please login to write comment.