Color Hex Logo

#4edaba Color Hex

#4EDABA
(78,218,186)
0 Favorites   0 Comments

Color spaces of #4edaba

RGB 78218186
HSL0.460.650.58
HSV166°64°85°
CMYK 0.640.000.15   0.15
XYZ37.076255.307755.1757
Yxy55.30770.25130.3748
Hunter Lab74.3691-41.15618.0702
CIE-Lab79.2182-45.09014.7188

#4edaba color RGB value is (78,218,186).

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

The process color (four color CMYK) of #4edaba color hex is 0.64, 0.00, 0.15, 0.15. Web safe color of #4edaba is #66cccc. Color #4edaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10111010
Octal 116 332 272
Decimal 78 218 186
Hex 4E DA BA

RGB Percentages of Color #4edaba

%16.18
%45.23
%38.59

CMYK Percentages of Color #4edaba

%64
%0
%15
%15

Triadic Colors of #4edaba

#4edaba #ba4eda #daba4e

Analogous Colors of #4edaba

#4edaba #4eb4da #4eda74

Monochromatic Colors of #4edaba

#4edaba

Complementary Color

#4edaba #da4e6e

#4edaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edaba Color CSS Codes

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

#4edaba Text Font Color

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

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


#4edaba Background Color

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

This div background color is #4edaba


#4edaba Border Color

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

This div border color is #4edaba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,218,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 #4edaba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edaba


Comments

No comments written yet.

Please login to write comment.