Color Hex Logo

#4eddca Color Hex

#4EDDCA
(78,221,202)
0 Favorites   0 Comments

Color spaces of #4eddca

RGB 78221202
HSL0.480.680.59
HSV172°65°87°
CMYK 0.650.000.09   0.13
XYZ39.659057.596964.9042
Yxy57.59690.24460.3552
Hunter Lab75.8926-39.53382.4194
CIE-Lab80.5142-42.3827-1.9157

#4eddca color RGB value is (78,221,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 11001010
Octal 116 335 312
Decimal 78 221 202
Hex 4E DD CA

RGB Percentages of Color #4eddca

%15.57
%44.11
%40.32

CMYK Percentages of Color #4eddca

%65
%0
%9
%13

Triadic Colors of #4eddca

#4eddca #ca4edd #ddca4e

Analogous Colors of #4eddca

#4eddca #4ea9dd #4edd83

Monochromatic Colors of #4eddca

#4eddca

Complementary Color

#4eddca #dd4e61

#4eddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddca Color CSS Codes

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

#4eddca Text Font Color

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

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


#4eddca Background Color

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

This div background color is #4eddca


#4eddca Border Color

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

This div border color is #4eddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddca


Comments

No comments written yet.

Please login to write comment.