Color Hex Logo

#4eabfe Color Hex

#4EABFE
(78,171,254)
0 Favorites   0 Comments

Color spaces of #4eabfe

RGB 78171254
HSL0.580.990.65
HSV208°69°100°
CMYK 0.690.330.00   0.00
XYZ35.594237.901399.2056
Yxy37.90130.20610.2195
Hunter Lab61.5640-4.5345-52.4464
CIE-Lab67.9478-1.4450-49.1524

#4eabfe color RGB value is (78,171,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101011 11111110
Octal 116 253 376
Decimal 78 171 254
Hex 4E AB FE

RGB Percentages of Color #4eabfe

%15.51
%34.00
%50.50

CMYK Percentages of Color #4eabfe

%69
%33
%0
%0

Triadic Colors of #4eabfe

#4eabfe #fe4eab #abfe4e

Analogous Colors of #4eabfe

#4eabfe #4e53fe #4efef9

Monochromatic Colors of #4eabfe

#4eabfe

Complementary Color

#4eabfe #fea14e

#4eabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eabfe Color CSS Codes

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

#4eabfe Text Font Color

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

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


#4eabfe Background Color

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

This div background color is #4eabfe


#4eabfe Border Color

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

This div border color is #4eabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eabfe


Comments

No comments written yet.

Please login to write comment.