Color Hex Logo

#2fbeac Color Hex

#2FBEAC
(47,190,172)
0 Favorites   0 Comments

Color spaces of #2fbeac

RGB 47190172
HSL0.480.600.46
HSV172°75°75°
CMYK 0.750.000.09   0.25
XYZ27.032140.409845.4049
Yxy40.40980.23950.3581
Hunter Lab63.5687-35.33952.1493
CIE-Lab69.7604-40.8429-1.5579

#2fbeac color RGB value is (47,190,172).

#2fbeac hex color red value is 47, green value is 190 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #2fbeac hue: 0.48 , saturation: 0.60 and the lightness value of 2fbeac is 0.46.

The process color (four color CMYK) of #2fbeac color hex is 0.75, 0.00, 0.09, 0.25. Web safe color of #2fbeac is #33cc99. Color #2fbeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 10101100
Octal 57 276 254
Decimal 47 190 172
Hex 2F BE AC

RGB Percentages of Color #2fbeac

%11.49
%46.45
%42.05

CMYK Percentages of Color #2fbeac

%75
%0
%9
%25

Triadic Colors of #2fbeac

#2fbeac #ac2fbe #beac2f

Analogous Colors of #2fbeac

#2fbeac #2f89be #2fbe65

Monochromatic Colors of #2fbeac

#2fbeac

Complementary Color

#2fbeac #be2f41

#2fbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbeac Color CSS Codes

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

#2fbeac Text Font Color

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

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


#2fbeac Background Color

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

This div background color is #2fbeac


#2fbeac Border Color

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

This div border color is #2fbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbeac


Comments

No comments written yet.

Please login to write comment.