Color Hex Logo

#4aef8d Color Hex

#4AEF8D
(74,239,141)
0 Favorites   0 Comments

Color spaces of #4aef8d

RGB 74239141
HSL0.400.840.61
HSV144°69°94°
CMYK 0.690.000.41   0.06
XYZ38.498365.111935.7381
Yxy65.11190.27630.4673
Hunter Lab80.6919-56.048230.2251
CIE-Lab84.5414-63.422535.3870

#4aef8d color RGB value is (74,239,141).

#4aef8d hex color red value is 74, green value is 239 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #4aef8d hue: 0.40 , saturation: 0.84 and the lightness value of 4aef8d is 0.61.

The process color (four color CMYK) of #4aef8d color hex is 0.69, 0.00, 0.41, 0.06. Web safe color of #4aef8d is #33ff99. Color #4aef8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11101111 10001101
Octal 112 357 215
Decimal 74 239 141
Hex 4A EF 8D

RGB Percentages of Color #4aef8d

%16.30
%52.64
%31.06

CMYK Percentages of Color #4aef8d

%69
%0
%41
%6

Triadic Colors of #4aef8d

#4aef8d #8d4aef #ef8d4a

Analogous Colors of #4aef8d

#4aef8d #4aefe0 #5aef4a

Monochromatic Colors of #4aef8d

#4aef8d

Complementary Color

#4aef8d #ef4aac

#4aef8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4aef8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4aef8d Color CSS Codes

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

#4aef8d Text Font Color

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

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


#4aef8d Background Color

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

This div background color is #4aef8d


#4aef8d Border Color

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

This div border color is #4aef8d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(74,239,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4aef8d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4aef8d;
  -webkit-box-shadow: 1px 1px 3px 2px #4aef8d;
  box-shadow:         1px 1px 3px 2px #4aef8d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,239,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4aef8d


Comments

No comments written yet.

Please login to write comment.