Color Hex Logo

#4eddcb Color Hex

#4EDDCB
(78,221,203)
0 Favorites   0 Comments

Color spaces of #4eddcb

RGB 78221203
HSL0.480.680.59
HSV172°65°87°
CMYK 0.650.000.08   0.13
XYZ39.777857.644465.5299
Yxy57.64440.24410.3538
Hunter Lab75.9239-39.34771.9736
CIE-Lab80.5407-42.1243-2.4091

#4eddcb color RGB value is (78,221,203).

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

The process color (four color CMYK) of #4eddcb color hex is 0.65, 0.00, 0.08, 0.13. Web safe color of #4eddcb is #66cccc. Color #4eddcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11001011
Octal 116 335 313
Decimal 78 221 203
Hex 4E DD CB

RGB Percentages of Color #4eddcb

%15.54
%44.02
%40.44

CMYK Percentages of Color #4eddcb

%65
%0
%8
%13

Triadic Colors of #4eddcb

#4eddcb #cb4edd #ddcb4e

Analogous Colors of #4eddcb

#4eddcb #4ea8dd #4edd84

Monochromatic Colors of #4eddcb

#4eddcb

Complementary Color

#4eddcb #dd4e60

#4eddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddcb Color CSS Codes

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

#4eddcb Text Font Color

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

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


#4eddcb Background Color

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

This div background color is #4eddcb


#4eddcb Border Color

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

This div border color is #4eddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddcb


Comments

No comments written yet.

Please login to write comment.