Color Hex Logo

#2fb599 Color Hex

#2FB599
(47,181,153)
0 Favorites   0 Comments

Color spaces of #2fb599

RGB 47181153
HSL0.470.590.45
HSV167°74°71°
CMYK 0.740.000.15   0.29
XYZ23.445935.952035.8407
Yxy35.95200.24620.3775
Hunter Lab59.9600-35.13196.5318
CIE-Lab66.4832-41.95284.1204

#2fb599 color RGB value is (47,181,153).

#2fb599 hex color red value is 47, green value is 181 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #2fb599 hue: 0.47 , saturation: 0.59 and the lightness value of 2fb599 is 0.45.

The process color (four color CMYK) of #2fb599 color hex is 0.74, 0.00, 0.15, 0.29. Web safe color of #2fb599 is #33cc99. Color #2fb599 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10110101 10011001
Octal 57 265 231
Decimal 47 181 153
Hex 2F B5 99

RGB Percentages of Color #2fb599

%12.34
%47.51
%40.16

CMYK Percentages of Color #2fb599

%74
%0
%15
%29

Triadic Colors of #2fb599

#2fb599 #992fb5 #b5992f

Analogous Colors of #2fb599

#2fb599 #2f8eb5 #2fb556

Monochromatic Colors of #2fb599

#2fb599

Complementary Color

#2fb599 #b52f4b

#2fb599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fb599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fb599 Color CSS Codes

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

#2fb599 Text Font Color

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

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


#2fb599 Background Color

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

This div background color is #2fb599


#2fb599 Border Color

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

This div border color is #2fb599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fb599


Comments

No comments written yet.

Please login to write comment.