Color Hex Logo

#4eadbf Color Hex

#4EADBF
(78,173,191)
0 Favorites   0 Comments

Color spaces of #4eadbf

RGB 78173191
HSL0.530.470.53
HSV190°59°75°
CMYK 0.590.090.00   0.25
XYZ27.489435.268454.6489
Yxy35.26840.23410.3004
Hunter Lab59.3872-21.3028-12.9884
CIE-Lab65.9571-22.6054-17.6361

#4eadbf color RGB value is (78,173,191).

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

The process color (four color CMYK) of #4eadbf color hex is 0.59, 0.09, 0.00, 0.25. Web safe color of #4eadbf is #6699cc. Color #4eadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10101101 10111111
Octal 116 255 277
Decimal 78 173 191
Hex 4E AD BF

RGB Percentages of Color #4eadbf

%17.65
%39.14
%43.21

CMYK Percentages of Color #4eadbf

%59
%9
%0
%25

Triadic Colors of #4eadbf

#4eadbf #bf4ead #adbf4e

Analogous Colors of #4eadbf

#4eadbf #4e75bf #4ebf99

Monochromatic Colors of #4eadbf

#4eadbf

Complementary Color

#4eadbf #bf604e

#4eadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eadbf Color CSS Codes

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

#4eadbf Text Font Color

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

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


#4eadbf Background Color

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

This div background color is #4eadbf


#4eadbf Border Color

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

This div border color is #4eadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eadbf


Comments

No comments written yet.

Please login to write comment.