Color Hex Logo

#4ebfa5 Color Hex

#4EBFA5
(78,191,165)
0 Favorites   0 Comments

Color spaces of #4ebfa5

RGB 78191165
HSL0.460.470.53
HSV166°59°75°
CMYK 0.590.000.14   0.25
XYZ28.564241.597942.1210
Yxy41.59790.25440.3705
Hunter Lab64.4964-33.81466.4267
CIE-Lab70.5928-38.33243.5700

#4ebfa5 color RGB value is (78,191,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111111 10100101
Octal 116 277 245
Decimal 78 191 165
Hex 4E BF A5

RGB Percentages of Color #4ebfa5

%17.97
%44.01
%38.02

CMYK Percentages of Color #4ebfa5

%59
%0
%14
%25

Triadic Colors of #4ebfa5

#4ebfa5 #a54ebf #bfa54e

Analogous Colors of #4ebfa5

#4ebfa5 #4ea1bf #4ebf6d

Monochromatic Colors of #4ebfa5

#4ebfa5

Complementary Color

#4ebfa5 #bf4e68

#4ebfa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebfa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebfa5 Color CSS Codes

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

#4ebfa5 Text Font Color

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

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


#4ebfa5 Background Color

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

This div background color is #4ebfa5


#4ebfa5 Border Color

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

This div border color is #4ebfa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebfa5


Comments

No comments written yet.

Please login to write comment.