Color Hex Logo

#4eeadb Color Hex

#4EEADB
(78,234,219)
0 Favorites   0 Comments

Color spaces of #4eeadb

RGB 78234219
HSL0.480.790.61
HSV174°67°92°
CMYK 0.670.000.06   0.08
XYZ45.350965.579877.2858
Yxy65.57980.24100.3484
Hunter Lab80.9814-41.75440.1026
CIE-Lab84.7816-43.6954-4.6448

#4eeadb color RGB value is (78,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101010 11011011
Octal 116 352 333
Decimal 78 234 219
Hex 4E EA DB

RGB Percentages of Color #4eeadb

%14.69
%44.07
%41.24

CMYK Percentages of Color #4eeadb

%67
%0
%6
%8

Triadic Colors of #4eeadb

#4eeadb #db4eea #eadb4e

Analogous Colors of #4eeadb

#4eeadb #4eabea #4eea8d

Monochromatic Colors of #4eeadb

#4eeadb

Complementary Color

#4eeadb #ea4e5d

#4eeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeadb Color CSS Codes

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

#4eeadb Text Font Color

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

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


#4eeadb Background Color

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

This div background color is #4eeadb


#4eeadb Border Color

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

This div border color is #4eeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeadb


Comments

No comments written yet.

Please login to write comment.