Color Hex Logo

#4eeedd Color Hex

#4EEEDD
(78,238,221)
0 Favorites   0 Comments

Color spaces of #4eeedd

RGB 78238221
HSL0.480.820.62
HSV174°67°93°
CMYK 0.670.000.07   0.07
XYZ46.767667.989279.0649
Yxy67.98920.24130.3508
Hunter Lab82.4556-43.05460.8670
CIE-Lab86.0010-44.9248-3.9009

#4eeedd color RGB value is (78,238,221).

#4eeedd hex color red value is 78, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #4eeedd hue: 0.48 , saturation: 0.82 and the lightness value of 4eeedd is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101110 11011101
Octal 116 356 335
Decimal 78 238 221
Hex 4E EE DD

RGB Percentages of Color #4eeedd

%14.53
%44.32
%41.15

CMYK Percentages of Color #4eeedd

%67
%0
%7
%7

Triadic Colors of #4eeedd

#4eeedd #dd4eee #eedd4e

Analogous Colors of #4eeedd

#4eeedd #4eafee #4eee8d

Monochromatic Colors of #4eeedd

#4eeedd

Complementary Color

#4eeedd #ee4e5f

#4eeedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eeedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eeedd Color CSS Codes

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

#4eeedd Text Font Color

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

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


#4eeedd Background Color

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

This div background color is #4eeedd


#4eeedd Border Color

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

This div border color is #4eeedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eeedd


Comments

No comments written yet.

Please login to write comment.