Color Hex Logo

#2fad9e Color Hex

#2FAD9E
(47,173,158)
0 Favorites   0 Comments

Color spaces of #2fad9e

RGB 47173158
HSL0.480.570.43
HSV173°73°68°
CMYK 0.730.000.09   0.32
XYZ22.287432.960137.5350
Yxy32.96010.24020.3552
Hunter Lab57.4109-31.17381.4241
CIE-Lab64.1286-37.0557-2.0819

#2fad9e color RGB value is (47,173,158).

#2fad9e hex color red value is 47, green value is 173 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #2fad9e hue: 0.48 , saturation: 0.57 and the lightness value of 2fad9e is 0.43.

The process color (four color CMYK) of #2fad9e color hex is 0.73, 0.00, 0.09, 0.32. Web safe color of #2fad9e is #339999. Color #2fad9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10101101 10011110
Octal 57 255 236
Decimal 47 173 158
Hex 2F AD 9E

RGB Percentages of Color #2fad9e

%12.43
%45.77
%41.80

CMYK Percentages of Color #2fad9e

%73
%0
%9
%32

Triadic Colors of #2fad9e

#2fad9e #9e2fad #ad9e2f

Analogous Colors of #2fad9e

#2fad9e #2f7dad #2fad5f

Monochromatic Colors of #2fad9e

#2fad9e

Complementary Color

#2fad9e #ad2f3e

#2fad9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fad9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fad9e Color CSS Codes

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

#2fad9e Text Font Color

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

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


#2fad9e Background Color

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

This div background color is #2fad9e


#2fad9e Border Color

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

This div border color is #2fad9e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(47,173,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2fad9e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2fad9e;
  -webkit-box-shadow: 1px 1px 3px 2px #2fad9e;
  box-shadow:         1px 1px 3px 2px #2fad9e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,173,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fad9e


Comments

No comments written yet.

Please login to write comment.