Color Hex Logo

#4eeafa Color Hex

#4EEAFA
(78,234,250)
0 Favorites   0 Comments

Color spaces of #4eeafa

RGB 78234250
HSL0.520.950.64
HSV186°69°98°
CMYK 0.690.060.00   0.02
XYZ49.820067.3675100.8199
Yxy67.36750.22850.3090
Hunter Lab82.0777-35.2890-15.3743
CIE-Lab85.6892-35.1731-19.6098

#4eeafa color RGB value is (78,234,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 11111010
Octal 116 352 372
Decimal 78 234 250
Hex 4E EA FA

RGB Percentages of Color #4eeafa

%13.88
%41.64
%44.48

CMYK Percentages of Color #4eeafa

%69
%6
%0
%2

Triadic Colors of #4eeafa

#4eeafa #fa4eea #eafa4e

Analogous Colors of #4eeafa

#4eeafa #4e94fa #4efab4

Monochromatic Colors of #4eeafa

#4eeafa

Complementary Color

#4eeafa #fa5e4e

#4eeafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeafa Color CSS Codes

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

#4eeafa Text Font Color

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

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


#4eeafa Background Color

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

This div background color is #4eeafa


#4eeafa Border Color

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

This div border color is #4eeafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeafa


Comments

No comments written yet.

Please login to write comment.