Color Hex Logo

#2fb067 Color Hex

#2FB067
(47,176,103)
0 Favorites   0 Comments

Color spaces of #2fb067

RGB 47176103
HSL0.410.580.44
HSV146°73°69°
CMYK 0.730.000.41   0.31
XYZ19.145832.634318.1219
Yxy32.63430.27390.4669
Hunter Lab57.1264-40.147421.1803
CIE-Lab63.8637-51.140627.6829

#2fb067 color RGB value is (47,176,103).

#2fb067 hex color red value is 47, green value is 176 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #2fb067 hue: 0.41 , saturation: 0.58 and the lightness value of 2fb067 is 0.44.

The process color (four color CMYK) of #2fb067 color hex is 0.73, 0.00, 0.41, 0.31. Web safe color of #2fb067 is #339966. Color #2fb067 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110000 01100111
Octal 57 260 147
Decimal 47 176 103
Hex 2F B0 67

RGB Percentages of Color #2fb067

%14.42
%53.99
%31.60

CMYK Percentages of Color #2fb067

%73
%0
%41
%31

Triadic Colors of #2fb067

#2fb067 #672fb0 #b0672f

Analogous Colors of #2fb067

#2fb067 #2fb0a8 #37b02f

Monochromatic Colors of #2fb067

#2fb067

Complementary Color

#2fb067 #b02f78

#2fb067 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb067 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb067 Color CSS Codes

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

#2fb067 Text Font Color

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

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


#2fb067 Background Color

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

This div background color is #2fb067


#2fb067 Border Color

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

This div border color is #2fb067


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb067


Comments

No comments written yet.

Please login to write comment.