Color Hex Logo

#4ebeab Color Hex

#4EBEAB
(78,190,171)
0 Favorites   0 Comments

Color spaces of #4ebeab

RGB 78190171
HSL0.470.460.53
HSV170°59°75°
CMYK 0.590.000.10   0.25
XYZ28.906041.386944.9930
Yxy41.38690.25070.3590
Hunter Lab64.3327-32.37843.5666
CIE-Lab70.4461-36.36970.0775

#4ebeab color RGB value is (78,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 10101011
Octal 116 276 253
Decimal 78 190 171
Hex 4E BE AB

RGB Percentages of Color #4ebeab

%17.77
%43.28
%38.95

CMYK Percentages of Color #4ebeab

%59
%0
%10
%25

Triadic Colors of #4ebeab

#4ebeab #ab4ebe #beab4e

Analogous Colors of #4ebeab

#4ebeab #4e99be #4ebe73

Monochromatic Colors of #4ebeab

#4ebeab

Complementary Color

#4ebeab #be4e61

#4ebeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebeab Color CSS Codes

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

#4ebeab Text Font Color

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

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


#4ebeab Background Color

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

This div background color is #4ebeab


#4ebeab Border Color

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

This div border color is #4ebeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebeab


Comments

No comments written yet.

Please login to write comment.