Color Hex Logo

#2af591 Color Hex

#2AF591
(42,245,145)
0 Favorites   0 Comments

Color spaces of #2af591

RGB 42245145
HSL0.420.910.56
HSV150°83°96°
CMYK 0.830.000.41   0.04
XYZ38.718167.841437.8421
Yxy67.84140.26810.4698
Hunter Lab82.3659-60.232030.4160
CIE-Lab85.9271-68.692735.1202

#2af591 color RGB value is (42,245,145).

#2af591 hex color red value is 42, green value is 245 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #2af591 hue: 0.42 , saturation: 0.91 and the lightness value of 2af591 is 0.56.

The process color (four color CMYK) of #2af591 color hex is 0.83, 0.00, 0.41, 0.04. Web safe color of #2af591 is #33ff99. Color #2af591 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11110101 10010001
Octal 52 365 221
Decimal 42 245 145
Hex 2A F5 91

RGB Percentages of Color #2af591

%9.72
%56.71
%33.56

CMYK Percentages of Color #2af591

%83
%0
%41
%4

Triadic Colors of #2af591

#2af591 #912af5 #f5912a

Analogous Colors of #2af591

#2af591 #2af4f5 #2af52c

Monochromatic Colors of #2af591

#2af591

Complementary Color

#2af591 #f52a8e

#2af591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af591 Color CSS Codes

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

#2af591 Text Font Color

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

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


#2af591 Background Color

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

This div background color is #2af591


#2af591 Border Color

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

This div border color is #2af591


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,245,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af591


Comments

No comments written yet.

Please login to write comment.