Color Hex Logo

#4eebaf Color Hex

#4EEBAF
(78,235,175)
0 Favorites   0 Comments

Color spaces of #4eebaf

RGB 78235175
HSL0.440.800.61
HSV157°67°92°
CMYK 0.670.000.26   0.08
XYZ40.588164.131550.7968
Yxy64.13150.26100.4124
Hunter Lab80.0821-49.674518.4493
CIE-Lab84.0342-54.660117.3572

#4eebaf color RGB value is (78,235,175).

#4eebaf hex color red value is 78, green value is 235 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4eebaf hue: 0.44 , saturation: 0.80 and the lightness value of 4eebaf is 0.61.

The process color (four color CMYK) of #4eebaf color hex is 0.67, 0.00, 0.26, 0.08. Web safe color of #4eebaf is #66ff99. Color #4eebaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11101011 10101111
Octal 116 353 257
Decimal 78 235 175
Hex 4E EB AF

RGB Percentages of Color #4eebaf

%15.98
%48.16
%35.86

CMYK Percentages of Color #4eebaf

%67
%0
%26
%8

Triadic Colors of #4eebaf

#4eebaf #af4eeb #ebaf4e

Analogous Colors of #4eebaf

#4eebaf #4ed9eb #4eeb61

Monochromatic Colors of #4eebaf

#4eebaf

Complementary Color

#4eebaf #eb4e8a

#4eebaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eebaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eebaf Color CSS Codes

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

#4eebaf Text Font Color

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

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


#4eebaf Background Color

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

This div background color is #4eebaf


#4eebaf Border Color

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

This div border color is #4eebaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eebaf


Comments

No comments written yet.

Please login to write comment.