Color Hex Logo

#2fbebb Color Hex

#2FBEBB
(47,190,187)
0 Favorites   0 Comments

Color spaces of #2fbebb

RGB 47190187
HSL0.500.600.46
HSV179°75°75°
CMYK 0.750.000.02   0.25
XYZ28.555441.019153.4262
Yxy41.01910.23220.3335
Hunter Lab64.0462-32.4954-4.6264
CIE-Lab70.1893-36.6276-9.1449

#2fbebb color RGB value is (47,190,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 10111011
Octal 57 276 273
Decimal 47 190 187
Hex 2F BE BB

RGB Percentages of Color #2fbebb

%11.08
%44.81
%44.10

CMYK Percentages of Color #2fbebb

%75
%0
%2
%25

Triadic Colors of #2fbebb

#2fbebb #bb2fbe #bebb2f

Analogous Colors of #2fbebb

#2fbebb #2f7abe #2fbe74

Monochromatic Colors of #2fbebb

#2fbebb

Complementary Color

#2fbebb #be2f32

#2fbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbebb Color CSS Codes

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

#2fbebb Text Font Color

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

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


#2fbebb Background Color

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

This div background color is #2fbebb


#2fbebb Border Color

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

This div border color is #2fbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbebb


Comments

No comments written yet.

Please login to write comment.