Color Hex Logo

#4ebe7e Color Hex

#4EBE7E
(78,190,126)
0 Favorites   0 Comments

Color spaces of #4ebe7e

RGB 78190126
HSL0.400.460.53
HSV146°59°75°
CMYK 0.590.000.34   0.25
XYZ25.321239.953026.1158
Yxy39.95300.27710.4372
Hunter Lab63.2084-39.107819.7490
CIE-Lab69.4360-46.533423.0398

#4ebe7e color RGB value is (78,190,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 10111110 01111110
Octal 116 276 176
Decimal 78 190 126
Hex 4E BE 7E

RGB Percentages of Color #4ebe7e

%19.80
%48.22
%31.98

CMYK Percentages of Color #4ebe7e

%59
%0
%34
%25

Triadic Colors of #4ebe7e

#4ebe7e #7e4ebe #be7e4e

Analogous Colors of #4ebe7e

#4ebe7e #4ebeb6 #56be4e

Monochromatic Colors of #4ebe7e

#4ebe7e

Complementary Color

#4ebe7e #be4e8e

#4ebe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ebe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ebe7e Color CSS Codes

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

#4ebe7e Text Font Color

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

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


#4ebe7e Background Color

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

This div background color is #4ebe7e


#4ebe7e Border Color

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

This div border color is #4ebe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ebe7e


Comments

No comments written yet.

Please login to write comment.