Color Hex Logo

#4edabf Color Hex

#4EDABF
(78,218,191)
0 Favorites   0 Comments

Color spaces of #4edabf

RGB 78218191
HSL0.470.650.58
HSV168°64°85°
CMYK 0.640.000.12   0.15
XYZ37.617355.524158.0248
Yxy55.52410.24880.3673
Hunter Lab74.5145-40.28795.9907
CIE-Lab79.3422-43.85602.2340

#4edabf color RGB value is (78,218,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 10111111
Octal 116 332 277
Decimal 78 218 191
Hex 4E DA BF

RGB Percentages of Color #4edabf

%16.02
%44.76
%39.22

CMYK Percentages of Color #4edabf

%64
%0
%12
%15

Triadic Colors of #4edabf

#4edabf #bf4eda #dabf4e

Analogous Colors of #4edabf

#4edabf #4eafda #4eda79

Monochromatic Colors of #4edabf

#4edabf

Complementary Color

#4edabf #da4e69

#4edabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4edabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4edabf Color CSS Codes

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

#4edabf Text Font Color

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

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


#4edabf Background Color

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

This div background color is #4edabf


#4edabf Border Color

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

This div border color is #4edabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4edabf


Comments

No comments written yet.

Please login to write comment.