Color Hex Logo

#4af17f Color Hex

#4AF17F
(74,241,127)
0 Favorites   0 Comments

Color spaces of #4af17f

RGB 74241127
HSL0.390.860.62
HSV139°69°95°
CMYK 0.690.000.47   0.05
XYZ38.110165.898730.7898
Yxy65.89870.28270.4889
Hunter Lab81.1780-58.262334.3367
CIE-Lab84.9447-66.408742.7686

#4af17f color RGB value is (74,241,127).

#4af17f hex color red value is 74, green value is 241 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #4af17f hue: 0.39 , saturation: 0.86 and the lightness value of 4af17f is 0.62.

The process color (four color CMYK) of #4af17f color hex is 0.69, 0.00, 0.47, 0.05. Web safe color of #4af17f is #33ff66. Color #4af17f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11110001 01111111
Octal 112 361 177
Decimal 74 241 127
Hex 4A F1 7F

RGB Percentages of Color #4af17f

%16.74
%54.52
%28.73

CMYK Percentages of Color #4af17f

%69
%0
%47
%5

Triadic Colors of #4af17f

#4af17f #7f4af1 #f17f4a

Analogous Colors of #4af17f

#4af17f #4af1d3 #69f14a

Monochromatic Colors of #4af17f

#4af17f

Complementary Color

#4af17f #f14abc

#4af17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af17f Color CSS Codes

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

#4af17f Text Font Color

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

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


#4af17f Background Color

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

This div background color is #4af17f


#4af17f Border Color

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

This div border color is #4af17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af17f


Comments

No comments written yet.

Please login to write comment.