Color Hex Logo

#4eeadf Color Hex

#4EEADF
(78,234,223)
0 Favorites   0 Comments

Color spaces of #4eeadf

RGB 78234223
HSL0.490.790.61
HSV176°67°92°
CMYK 0.670.000.05   0.08
XYZ45.884065.793180.0930
Yxy65.79310.23930.3431
Hunter Lab81.1129-40.9737-1.7654
CIE-Lab84.8908-42.6409-6.5910

#4eeadf color RGB value is (78,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 11011111
Octal 116 352 337
Decimal 78 234 223
Hex 4E EA DF

RGB Percentages of Color #4eeadf

%14.58
%43.74
%41.68

CMYK Percentages of Color #4eeadf

%67
%0
%5
%8

Triadic Colors of #4eeadf

#4eeadf #df4eea #eadf4e

Analogous Colors of #4eeadf

#4eeadf #4ea7ea #4eea91

Monochromatic Colors of #4eeadf

#4eeadf

Complementary Color

#4eeadf #ea4e59

#4eeadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeadf Color CSS Codes

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

#4eeadf Text Font Color

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

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


#4eeadf Background Color

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

This div background color is #4eeadf


#4eeadf Border Color

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

This div border color is #4eeadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeadf


Comments

No comments written yet.

Please login to write comment.