Color Hex Logo

#4ee9ea Color Hex

#4EE9EA
(78,233,234)
0 Favorites   0 Comments

Color spaces of #4ee9ea

RGB 78233234
HSL0.500.790.61
HSV180°67°92°
CMYK 0.670.000.00   0.08
XYZ47.132165.838088.0658
Yxy65.83800.23440.3275
Hunter Lab81.1406-38.3109-7.5518
CIE-Lab84.9137-39.2151-12.3535

#4ee9ea color RGB value is (78,233,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101001 11101010
Octal 116 351 352
Decimal 78 233 234
Hex 4E E9 EA

RGB Percentages of Color #4ee9ea

%14.31
%42.75
%42.94

CMYK Percentages of Color #4ee9ea

%67
%0
%0
%8

Triadic Colors of #4ee9ea

#4ee9ea #ea4ee9 #e9ea4e

Analogous Colors of #4ee9ea

#4ee9ea #4e9bea #4eea9d

Monochromatic Colors of #4ee9ea

#4ee9ea

Complementary Color

#4ee9ea #ea4f4e

#4ee9ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ee9ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ee9ea Color CSS Codes

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

#4ee9ea Text Font Color

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

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


#4ee9ea Background Color

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

This div background color is #4ee9ea


#4ee9ea Border Color

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

This div border color is #4ee9ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ee9ea


Comments

No comments written yet.

Please login to write comment.