Color Hex Logo

#2fbebf Color Hex

#2FBEBF
(47,190,191)
0 Favorites   0 Comments

Color spaces of #2fbebf

RGB 47190191
HSL0.500.610.47
HSV180°75°75°
CMYK 0.750.010.00   0.25
XYZ28.989741.192855.7133
Yxy41.19280.23030.3272
Hunter Lab64.1816-31.6925-6.5400
CIE-Lab70.3108-35.4621-11.1550

#2fbebf color RGB value is (47,190,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 10111111
Octal 57 276 277
Decimal 47 190 191
Hex 2F BE BF

RGB Percentages of Color #2fbebf

%10.98
%44.39
%44.63

CMYK Percentages of Color #2fbebf

%75
%1
%0
%25

Triadic Colors of #2fbebf

#2fbebf #bf2fbe #bebf2f

Analogous Colors of #2fbebf

#2fbebf #2f76bf #2fbf78

Monochromatic Colors of #2fbebf

#2fbebf

Complementary Color

#2fbebf #bf302f

#2fbebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbebf Color CSS Codes

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

#2fbebf Text Font Color

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

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


#2fbebf Background Color

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

This div background color is #2fbebf


#2fbebf Border Color

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

This div border color is #2fbebf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(47,190,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 #2fbebf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbebf


Comments

No comments written yet.

Please login to write comment.