Color Hex Logo

#4eefea Color Hex

#4EEFEA
(78,239,234)
0 Favorites   0 Comments

Color spaces of #4eefea

RGB 78239234
HSL0.490.830.62
HSV178°67°94°
CMYK 0.670.000.02   0.06
XYZ48.859769.293288.6417
Yxy69.29320.23630.3351
Hunter Lab83.2425-40.9028-4.8658
CIE-Lab86.6490-41.9174-9.7669

#4eefea color RGB value is (78,239,234).

#4eefea hex color red value is 78, green value is 239 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4eefea hue: 0.49 , saturation: 0.83 and the lightness value of 4eefea is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101111 11101010
Octal 116 357 352
Decimal 78 239 234
Hex 4E EF EA

RGB Percentages of Color #4eefea

%14.16
%43.38
%42.47

CMYK Percentages of Color #4eefea

%67
%0
%2
%6

Triadic Colors of #4eefea

#4eefea #ea4eef #efea4e

Analogous Colors of #4eefea

#4eefea #4ea4ef #4eef9a

Monochromatic Colors of #4eefea

#4eefea

Complementary Color

#4eefea #ef4e53

#4eefea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eefea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eefea Color CSS Codes

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

#4eefea Text Font Color

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

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


#4eefea Background Color

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

This div background color is #4eefea


#4eefea Border Color

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

This div border color is #4eefea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,239,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4eefea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eefea


Comments

No comments written yet.

Please login to write comment.