Color Hex Logo

#4af86b Color Hex

#4AF86B
(74,248,107)
0 Favorites   0 Comments

Color spaces of #4af86b

RGB 74248107
HSL0.360.930.63
HSV131°70°97°
CMYK 0.700.000.57   0.03
XYZ39.045369.652225.2962
Yxy69.65220.29140.5198
Hunter Lab83.4579-62.541140.4496
CIE-Lab86.8260-71.526254.3362

#4af86b color RGB value is (74,248,107).

#4af86b hex color red value is 74, green value is 248 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #4af86b hue: 0.36 , saturation: 0.93 and the lightness value of 4af86b is 0.63.

The process color (four color CMYK) of #4af86b color hex is 0.70, 0.00, 0.57, 0.03. Web safe color of #4af86b is #33ff66. Color #4af86b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111000 01101011
Octal 112 370 153
Decimal 74 248 107
Hex 4A F8 6B

RGB Percentages of Color #4af86b

%17.25
%57.81
%24.94

CMYK Percentages of Color #4af86b

%70
%0
%57
%3

Triadic Colors of #4af86b

#4af86b #6b4af8 #f86b4a

Analogous Colors of #4af86b

#4af86b #4af8c2 #80f84a

Monochromatic Colors of #4af86b

#4af86b

Complementary Color

#4af86b #f84ad7

#4af86b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4af86b Color Preview on White Background

Lorem ipsum dolor sit amet.

#4af86b Color CSS Codes

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

#4af86b Text Font Color

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

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


#4af86b Background Color

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

This div background color is #4af86b


#4af86b Border Color

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

This div border color is #4af86b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4af86b


Comments

No comments written yet.

Please login to write comment.