Color Hex Logo

#2af87e Color Hex

#2AF87E
(42,248,126)
0 Favorites   0 Comments

Color spaces of #2af87e

RGB 42248126
HSL0.400.940.57
HSV144°83°97°
CMYK 0.830.000.49   0.03
XYZ38.288169.133431.0648
Yxy69.13340.27650.4992
Hunter Lab83.1465-63.309036.0509
CIE-Lab86.5701-72.841445.1812

#2af87e color RGB value is (42,248,126).

#2af87e hex color red value is 42, green value is 248 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #2af87e hue: 0.40 , saturation: 0.94 and the lightness value of 2af87e is 0.57.

The process color (four color CMYK) of #2af87e color hex is 0.83, 0.00, 0.49, 0.03. Web safe color of #2af87e is #33ff66. Color #2af87e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111000 01111110
Octal 52 370 176
Decimal 42 248 126
Hex 2A F8 7E

RGB Percentages of Color #2af87e

%10.10
%59.62
%30.29

CMYK Percentages of Color #2af87e

%83
%0
%49
%3

Triadic Colors of #2af87e

#2af87e #7e2af8 #f87e2a

Analogous Colors of #2af87e

#2af87e #2af8e5 #3df82a

Monochromatic Colors of #2af87e

#2af87e

Complementary Color

#2af87e #f82aa4

#2af87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af87e Color CSS Codes

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

#2af87e Text Font Color

<p style="color:#2af87e">Text here</p>

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


#2af87e Background Color

<div style="background-color:#2af87e">
Div content here</div>

This div background color is #2af87e


#2af87e Border Color

<div style="border:3px solid #2af87e">
Div here</div>

This div border color is #2af87e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,248,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 #2af87e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af87e

Related Colors


Comments

No comments written yet.

Please login to write comment.