Color Hex Logo

#4eddba Color Hex

#4EDDBA
(78,221,186)
0 Favorites   0 Comments

Color spaces of #4eddba

RGB 78221186
HSL0.460.680.59
HSV165°65°87°
CMYK 0.650.000.16   0.13
XYZ37.861356.877855.4374
Yxy56.87780.25210.3787
Hunter Lab75.4174-42.36929.2096
CIE-Lab80.1108-46.37706.0061

#4eddba color RGB value is (78,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011101 10111010
Octal 116 335 272
Decimal 78 221 186
Hex 4E DD BA

RGB Percentages of Color #4eddba

%16.08
%45.57
%38.35

CMYK Percentages of Color #4eddba

%65
%0
%16
%13

Triadic Colors of #4eddba

#4eddba #ba4edd #ddba4e

Analogous Colors of #4eddba

#4eddba #4eb9dd #4edd73

Monochromatic Colors of #4eddba

#4eddba

Complementary Color

#4eddba #dd4e71

#4eddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eddba Color CSS Codes

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

#4eddba Text Font Color

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

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


#4eddba Background Color

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

This div background color is #4eddba


#4eddba Border Color

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

This div border color is #4eddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eddba


Comments

No comments written yet.

Please login to write comment.