Color Hex Logo

#2fbbbf Color Hex

#2FBBBF
(47,187,191)
0 Favorites   0 Comments

Color spaces of #2fbbbf

RGB 47187191
HSL0.500.610.47
HSV182°75°75°
CMYK 0.750.020.00   0.25
XYZ28.346639.906655.4989
Yxy39.90660.22910.3225
Hunter Lab63.1717-30.4533-7.8685
CIE-Lab69.4030-34.0564-12.5148

#2fbbbf color RGB value is (47,187,191).

#2fbbbf hex color red value is 47, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #2fbbbf hue: 0.50 , saturation: 0.61 and the lightness value of 2fbbbf is 0.47.

The process color (four color CMYK) of #2fbbbf color hex is 0.75, 0.02, 0.00, 0.25. Web safe color of #2fbbbf is #33cccc. Color #2fbbbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111011 10111111
Octal 57 273 277
Decimal 47 187 191
Hex 2F BB BF

RGB Percentages of Color #2fbbbf

%11.06
%44.00
%44.94

CMYK Percentages of Color #2fbbbf

%75
%2
%0
%25

Triadic Colors of #2fbbbf

#2fbbbf #bf2fbb #bbbf2f

Analogous Colors of #2fbbbf

#2fbbbf #2f73bf #2fbf7b

Monochromatic Colors of #2fbbbf

#2fbbbf

Complementary Color

#2fbbbf #bf332f

#2fbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbbbf Color CSS Codes

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

#2fbbbf Text Font Color

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

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


#2fbbbf Background Color

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

This div background color is #2fbbbf


#2fbbbf Border Color

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

This div border color is #2fbbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbbbf


Comments

No comments written yet.

Please login to write comment.