Color Hex Logo

#4eedfa Color Hex

#4EEDFA
(78,237,250)
0 Favorites   0 Comments

Color spaces of #4eedfa

RGB 78237250
HSL0.510.950.64
HSV185°69°98°
CMYK 0.690.050.00   0.02
XYZ50.681469.0902101.1070
Yxy69.09020.22950.3128
Hunter Lab83.1205-36.6234-13.9354
CIE-Lab86.5487-36.5677-18.3128

#4eedfa color RGB value is (78,237,250).

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

The process color (four color CMYK) of #4eedfa color hex is 0.69, 0.05, 0.00, 0.02. Web safe color of #4eedfa is #66ffff. Color #4eedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101101 11111010
Octal 116 355 372
Decimal 78 237 250
Hex 4E ED FA

RGB Percentages of Color #4eedfa

%13.81
%41.95
%44.25

CMYK Percentages of Color #4eedfa

%69
%5
%0
%2

Triadic Colors of #4eedfa

#4eedfa #fa4eed #edfa4e

Analogous Colors of #4eedfa

#4eedfa #4e97fa #4efab1

Monochromatic Colors of #4eedfa

#4eedfa

Complementary Color

#4eedfa #fa5b4e

#4eedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eedfa Color CSS Codes

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

#4eedfa Text Font Color

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

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


#4eedfa Background Color

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

This div background color is #4eedfa


#4eedfa Border Color

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

This div border color is #4eedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.