Color Hex Logo

#4ebead Color Hex

#4EBEAD
(78,190,173)
0 Favorites   0 Comments

Color spaces of #4ebead

RGB 78190173
HSL0.470.460.53
HSV171°59°75°
CMYK 0.590.000.09   0.25
XYZ29.098241.463746.0048
Yxy41.46370.24960.3557
Hunter Lab64.3923-32.02432.7151
CIE-Lab70.4996-35.8565-0.9387

#4ebead color RGB value is (78,190,173).

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

The process color (four color CMYK) of #4ebead color hex is 0.59, 0.00, 0.09, 0.25. Web safe color of #4ebead is #66cc99. Color #4ebead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 10101101
Octal 116 276 255
Decimal 78 190 173
Hex 4E BE AD

RGB Percentages of Color #4ebead

%17.69
%43.08
%39.23

CMYK Percentages of Color #4ebead

%59
%0
%9
%25

Triadic Colors of #4ebead

#4ebead #ad4ebe #bead4e

Analogous Colors of #4ebead

#4ebead #4e97be #4ebe75

Monochromatic Colors of #4ebead

#4ebead

Complementary Color

#4ebead #be4e5f

#4ebead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebead Color CSS Codes

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

#4ebead Text Font Color

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

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


#4ebead Background Color

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

This div background color is #4ebead


#4ebead Border Color

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

This div border color is #4ebead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebead


Comments

No comments written yet.

Please login to write comment.