Color Hex Logo

#4ebfa4 Color Hex

#4EBFA4
(78,191,164)
0 Favorites   0 Comments

Color spaces of #4ebfa4

RGB 78191164
HSL0.460.470.53
HSV166°59°75°
CMYK 0.590.000.14   0.25
XYZ28.473541.561641.6434
Yxy41.56160.25500.3722
Hunter Lab64.4683-33.98206.8293
CIE-Lab70.5676-38.57874.0794

#4ebfa4 color RGB value is (78,191,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10100100
Octal 116 277 244
Decimal 78 191 164
Hex 4E BF A4

RGB Percentages of Color #4ebfa4

%18.01
%44.11
%37.88

CMYK Percentages of Color #4ebfa4

%59
%0
%14
%25

Triadic Colors of #4ebfa4

#4ebfa4 #a44ebf #bfa44e

Analogous Colors of #4ebfa4

#4ebfa4 #4ea2bf #4ebf6c

Monochromatic Colors of #4ebfa4

#4ebfa4

Complementary Color

#4ebfa4 #bf4e69

#4ebfa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfa4 Color CSS Codes

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

#4ebfa4 Text Font Color

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

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


#4ebfa4 Background Color

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

This div background color is #4ebfa4


#4ebfa4 Border Color

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

This div border color is #4ebfa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfa4


Comments

No comments written yet.

Please login to write comment.