Color Hex Logo

#4eda69 Color Hex

#4EDA69
(78,218,105)
0 Favorites   0 Comments

Color spaces of #4eda69

RGB 78218105
HSL0.370.650.58
HSV132°64°85°
CMYK 0.640.000.52   0.15
XYZ30.763152.782421.9312
Yxy52.78240.29170.5004
Hunter Lab72.6515-51.557232.9583
CIE-Lab77.7463-60.784344.3948

#4eda69 color RGB value is (78,218,105).

#4eda69 hex color red value is 78, green value is 218 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #4eda69 hue: 0.37 , saturation: 0.65 and the lightness value of 4eda69 is 0.58.

The process color (four color CMYK) of #4eda69 color hex is 0.64, 0.00, 0.52, 0.15. Web safe color of #4eda69 is #66cc66. Color #4eda69 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 11011010 01101001
Octal 116 332 151
Decimal 78 218 105
Hex 4E DA 69

RGB Percentages of Color #4eda69

%19.45
%54.36
%26.18

CMYK Percentages of Color #4eda69

%64
%0
%52
%15

Triadic Colors of #4eda69

#4eda69 #694eda #da694e

Analogous Colors of #4eda69

#4eda69 #4edaaf #79da4e

Monochromatic Colors of #4eda69

#4eda69

Complementary Color

#4eda69 #da4ebf

#4eda69 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4eda69 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4eda69 Color CSS Codes

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

#4eda69 Text Font Color

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

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


#4eda69 Background Color

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

This div background color is #4eda69


#4eda69 Border Color

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

This div border color is #4eda69


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4eda69


Comments

No comments written yet.

Please login to write comment.