Color Hex Logo

#2fbecf Color Hex

#2FBECF
(47,190,207)
0 Favorites   0 Comments

Color spaces of #2fbecf

RGB 47190207
HSL0.520.630.50
HSV186°77°81°
CMYK 0.770.080.00   0.19
XYZ30.848241.936265.5001
Yxy41.93620.22310.3033
Hunter Lab64.7582-28.2965-14.6386
CIE-Lab70.8269-30.6429-19.1314

#2fbecf color RGB value is (47,190,207).

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

The process color (four color CMYK) of #2fbecf color hex is 0.77, 0.08, 0.00, 0.19. Web safe color of #2fbecf is #33cccc. Color #2fbecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 11001111
Octal 57 276 317
Decimal 47 190 207
Hex 2F BE CF

RGB Percentages of Color #2fbecf

%10.59
%42.79
%46.62

CMYK Percentages of Color #2fbecf

%77
%8
%0
%19

Triadic Colors of #2fbecf

#2fbecf #cf2fbe #becf2f

Analogous Colors of #2fbecf

#2fbecf #2f6ecf #2fcf90

Monochromatic Colors of #2fbecf

#2fbecf

Complementary Color

#2fbecf #cf402f

#2fbecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbecf Color CSS Codes

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

#2fbecf Text Font Color

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

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


#2fbecf Background Color

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

This div background color is #2fbecf


#2fbecf Border Color

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

This div border color is #2fbecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbecf


Comments

No comments written yet.

Please login to write comment.