Color Hex Logo

#4ee1ea Color Hex

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

Color spaces of #4ee1ea

RGB 78225234
HSL0.510.790.61
HSV183°67°92°
CMYK 0.670.040.00   0.08
XYZ44.918461.410687.3279
Yxy61.41060.23190.3171
Hunter Lab78.3649-34.8232-11.2159
CIE-Lab82.5990-35.5334-15.8225

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

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

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

Base Numbers

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

RGB Percentages of Color #4ee1ea

%14.53
%41.90
%43.58

CMYK Percentages of Color #4ee1ea

%67
%4
%0
%8

Triadic Colors of #4ee1ea

#4ee1ea #ea4ee1 #e1ea4e

Analogous Colors of #4ee1ea

#4ee1ea #4e93ea #4eeaa5

Monochromatic Colors of #4ee1ea

#4ee1ea

Complementary Color

#4ee1ea #ea574e

#4ee1ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee1ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee1ea Color CSS Codes

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

#4ee1ea Text Font Color

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

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


#4ee1ea Background Color

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

This div background color is #4ee1ea


#4ee1ea Border Color

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

This div border color is #4ee1ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee1ea


Comments

No comments written yet.

Please login to write comment.