Color Hex Logo

#4eeae1 Color Hex

#4EEAE1
(78,234,225)
0 Favorites   0 Comments

Color spaces of #4eeae1

RGB 78234225
HSL0.490.790.61
HSV177°67°92°
CMYK 0.670.000.04   0.08
XYZ46.155365.901681.5218
Yxy65.90160.23840.3404
Hunter Lab81.1798-40.5773-2.7139
CIE-Lab84.9462-42.1082-7.5627

#4eeae1 color RGB value is (78,234,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 11100001
Octal 116 352 341
Decimal 78 234 225
Hex 4E EA E1

RGB Percentages of Color #4eeae1

%14.53
%43.58
%41.90

CMYK Percentages of Color #4eeae1

%67
%0
%4
%8

Triadic Colors of #4eeae1

#4eeae1 #e14eea #eae14e

Analogous Colors of #4eeae1

#4eeae1 #4ea5ea #4eea93

Monochromatic Colors of #4eeae1

#4eeae1

Complementary Color

#4eeae1 #ea4e57

#4eeae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeae1 Color CSS Codes

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

#4eeae1 Text Font Color

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

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


#4eeae1 Background Color

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

This div background color is #4eeae1


#4eeae1 Border Color

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

This div border color is #4eeae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeae1


Comments

No comments written yet.

Please login to write comment.