Color Hex Logo

#2fb29b Color Hex

#2FB29B
(47,178,155)
0 Favorites   0 Comments

Color spaces of #2fb29b

RGB 47178155
HSL0.470.580.44
HSV169°74°70°
CMYK 0.740.000.13   0.30
XYZ23.009134.811736.5170
Yxy34.81170.24390.3690
Hunter Lab59.0014-33.64194.6054
CIE-Lab65.6018-40.11301.7375

#2fb29b color RGB value is (47,178,155).

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

The process color (four color CMYK) of #2fb29b color hex is 0.74, 0.00, 0.13, 0.30. Web safe color of #2fb29b is #339999. Color #2fb29b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110010 10011011
Octal 57 262 233
Decimal 47 178 155
Hex 2F B2 9B

RGB Percentages of Color #2fb29b

%12.37
%46.84
%40.79

CMYK Percentages of Color #2fb29b

%74
%0
%13
%30

Triadic Colors of #2fb29b

#2fb29b #9b2fb2 #b29b2f

Analogous Colors of #2fb29b

#2fb29b #2f88b2 #2fb25a

Monochromatic Colors of #2fb29b

#2fb29b

Complementary Color

#2fb29b #b22f46

#2fb29b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb29b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb29b Color CSS Codes

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

#2fb29b Text Font Color

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

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


#2fb29b Background Color

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

This div background color is #2fb29b


#2fb29b Border Color

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

This div border color is #2fb29b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb29b


Comments

No comments written yet.

Please login to write comment.