Color Hex Logo

#2af996 Color Hex

#2AF996
(42,249,150)
0 Favorites   0 Comments

Color spaces of #2af996

RGB 42249150
HSL0.420.950.57
HSV151°83°98°
CMYK 0.830.000.40   0.02
XYZ40.335570.445640.3256
Yxy70.44560.26690.4662
Hunter Lab83.9319-61.098330.2661
CIE-Lab87.2150-69.153034.3295

#2af996 color RGB value is (42,249,150).

#2af996 hex color red value is 42, green value is 249 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #2af996 hue: 0.42 , saturation: 0.95 and the lightness value of 2af996 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 00101010 11111001 10010110
Octal 52 371 226
Decimal 42 249 150
Hex 2A F9 96

RGB Percentages of Color #2af996

%9.52
%56.46
%34.01

CMYK Percentages of Color #2af996

%83
%0
%40
%2

Triadic Colors of #2af996

#2af996 #962af9 #f9962a

Analogous Colors of #2af996

#2af996 #2af5f9 #2af92e

Monochromatic Colors of #2af996

#2af996

Complementary Color

#2af996 #f92a8d

#2af996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2af996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2af996 Color CSS Codes

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

#2af996 Text Font Color

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

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


#2af996 Background Color

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

This div background color is #2af996


#2af996 Border Color

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

This div border color is #2af996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2af996


Comments

No comments written yet.

Please login to write comment.