Color Hex Logo

#4eeae8 Color Hex

#4EEAE8
(78,234,232)
0 Favorites   0 Comments

Color spaces of #4eeae8

RGB 78234232
HSL0.500.790.61
HSV179°67°92°
CMYK 0.670.000.01   0.08
XYZ47.130266.291586.6555
Yxy66.29150.23560.3313
Hunter Lab81.4196-39.1585-6.1091
CIE-Lab85.1449-40.2169-10.9549

#4eeae8 color RGB value is (78,234,232).

#4eeae8 hex color red value is 78, green value is 234 and the blue value of its RGB is 232. Cylindrical-coordinate representations (also known as HSL) of color #4eeae8 hue: 0.50 , saturation: 0.79 and the lightness value of 4eeae8 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 11101000
Octal 116 352 350
Decimal 78 234 232
Hex 4E EA E8

RGB Percentages of Color #4eeae8

%14.34
%43.01
%42.65

CMYK Percentages of Color #4eeae8

%67
%0
%1
%8

Triadic Colors of #4eeae8

#4eeae8 #e84eea #eae84e

Analogous Colors of #4eeae8

#4eeae8 #4e9eea #4eea9a

Monochromatic Colors of #4eeae8

#4eeae8

Complementary Color

#4eeae8 #ea4e50

#4eeae8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeae8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeae8 Color CSS Codes

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

#4eeae8 Text Font Color

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

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


#4eeae8 Background Color

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

This div background color is #4eeae8


#4eeae8 Border Color

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

This div border color is #4eeae8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeae8


Comments

No comments written yet.

Please login to write comment.