Color Hex Logo

#4eeffa Color Hex

#4EEFFA
(78,239,250)
0 Favorites   0 Comments

Color spaces of #4eeffa

RGB 78239250
HSL0.510.950.64
HSV184°69°98°
CMYK 0.690.040.00   0.02
XYZ51.263770.2548101.3011
Yxy70.25480.23010.3153
Hunter Lab83.8181-37.5100-12.9841
CIE-Lab87.1217-37.4905-17.4496

#4eeffa color RGB value is (78,239,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 11111010
Octal 116 357 372
Decimal 78 239 250
Hex 4E EF FA

RGB Percentages of Color #4eeffa

%13.76
%42.15
%44.09

CMYK Percentages of Color #4eeffa

%69
%4
%0
%2

Triadic Colors of #4eeffa

#4eeffa #fa4eef #effa4e

Analogous Colors of #4eeffa

#4eeffa #4e99fa #4efaaf

Monochromatic Colors of #4eeffa

#4eeffa

Complementary Color

#4eeffa #fa594e

#4eeffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeffa Color CSS Codes

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

#4eeffa Text Font Color

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

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


#4eeffa Background Color

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

This div background color is #4eeffa


#4eeffa Border Color

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

This div border color is #4eeffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeffa

Related Colors


Comments

No comments written yet.

Please login to write comment.