Color Hex Logo

#4eeffe Color Hex

#4EEFFE
(78,239,254)
0 Favorites   0 Comments

Color spaces of #4eeffe

RGB 78239254
HSL0.510.990.65
HSV185°69°100°
CMYK 0.690.060.00   0.00
XYZ51.897870.5085104.6401
Yxy70.50850.22860.3105
Hunter Lab83.9693-36.6233-15.1069
CIE-Lab87.2457-36.3537-19.3579

#4eeffe color RGB value is (78,239,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 11111110
Octal 116 357 376
Decimal 78 239 254
Hex 4E EF FE

RGB Percentages of Color #4eeffe

%13.66
%41.86
%44.48

CMYK Percentages of Color #4eeffe

%69
%6
%0
%0

Triadic Colors of #4eeffe

#4eeffe #fe4eef #effe4e

Analogous Colors of #4eeffe

#4eeffe #4e97fe #4efeb5

Monochromatic Colors of #4eeffe

#4eeffe

Complementary Color

#4eeffe #fe5d4e

#4eeffe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeffe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeffe Color CSS Codes

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

#4eeffe Text Font Color

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

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


#4eeffe Background Color

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

This div background color is #4eeffe


#4eeffe Border Color

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

This div border color is #4eeffe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeffe

Related Colors


Comments

No comments written yet.

Please login to write comment.