Color Hex Logo

#2bc99f Color Hex

#2BC99F
(43,201,159)
0 Favorites   0 Comments

Color spaces of #2bc99f

RGB 43201159
HSL0.460.650.48
HSV164°79°79°
CMYK 0.790.000.21   0.21
XYZ28.140944.790139.9631
Yxy44.79010.24930.3967
Hunter Lab66.9254-42.063511.4440
CIE-Lab72.7535-49.30839.8276

#2bc99f color RGB value is (43,201,159).

#2bc99f hex color red value is 43, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #2bc99f hue: 0.46 , saturation: 0.65 and the lightness value of 2bc99f is 0.48.

The process color (four color CMYK) of #2bc99f color hex is 0.79, 0.00, 0.21, 0.21. Web safe color of #2bc99f is #33cc99. Color #2bc99f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 11001001 10011111
Octal 53 311 237
Decimal 43 201 159
Hex 2B C9 9F

RGB Percentages of Color #2bc99f

%10.67
%49.88
%39.45

CMYK Percentages of Color #2bc99f

%79
%0
%21
%21

Triadic Colors of #2bc99f

#2bc99f #9f2bc9 #c99f2b

Analogous Colors of #2bc99f

#2bc99f #2ba4c9 #2bc950

Monochromatic Colors of #2bc99f

#2bc99f

Complementary Color

#2bc99f #c92b55

#2bc99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2bc99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#2bc99f Color CSS Codes

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

#2bc99f Text Font Color

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

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


#2bc99f Background Color

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

This div background color is #2bc99f


#2bc99f Border Color

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

This div border color is #2bc99f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,201,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2bc99f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2bc99f;
  -webkit-box-shadow: 1px 1px 3px 2px #2bc99f;
  box-shadow:         1px 1px 3px 2px #2bc99f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,201,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2bc99f


Comments

No comments written yet.

Please login to write comment.