Color Hex Logo

#4eadfe Color Hex

#4EADFE
(78,173,254)
0 Favorites   0 Comments

Color spaces of #4eadfe

RGB 78173254
HSL0.580.990.65
HSV208°69°100°
CMYK 0.690.320.00   0.00
XYZ35.974838.662699.3325
Yxy38.66260.20680.2222
Hunter Lab62.1793-5.5397-51.1914
CIE-Lab68.5062-2.5716-48.2723

#4eadfe color RGB value is (78,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 11111110
Octal 116 255 376
Decimal 78 173 254
Hex 4E AD FE

RGB Percentages of Color #4eadfe

%15.45
%34.26
%50.30

CMYK Percentages of Color #4eadfe

%69
%32
%0
%0

Triadic Colors of #4eadfe

#4eadfe #fe4ead #adfe4e

Analogous Colors of #4eadfe

#4eadfe #4e55fe #4efef7

Monochromatic Colors of #4eadfe

#4eadfe

Complementary Color

#4eadfe #fe9f4e

#4eadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadfe Color CSS Codes

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

#4eadfe Text Font Color

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

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


#4eadfe Background Color

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

This div background color is #4eadfe


#4eadfe Border Color

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

This div border color is #4eadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.