Color Hex Logo

#2fbebe Color Hex

#2FBEBE
(47,190,190)
0 Favorites   0 Comments

Color spaces of #2fbebe

RGB 47190190
HSL0.500.600.46
HSV180°75°75°
CMYK 0.750.000.00   0.25
XYZ28.880041.149055.1356
Yxy41.14900.23070.3288
Hunter Lab64.1475-31.8952-6.0573
CIE-Lab70.2802-35.7552-10.6529

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111110 10111110
Octal 57 276 276
Decimal 47 190 190
Hex 2F BE BE

RGB Percentages of Color #2fbebe

%11.01
%44.50
%44.50

CMYK Percentages of Color #2fbebe

%75
%0
%0
%25

Triadic Colors of #2fbebe

#2fbebe #be2fbe #bebe2f

Analogous Colors of #2fbebe

#2fbebe #2f77be #2fbe77

Monochromatic Colors of #2fbebe

#2fbebe

Complementary Color

#2fbebe #be2f2f

#2fbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbebe Color CSS Codes

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

#2fbebe Text Font Color

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

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


#2fbebe Background Color

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

This div background color is #2fbebe


#2fbebe Border Color

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

This div border color is #2fbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbebe


Comments

No comments written yet.

Please login to write comment.