Color Hex Logo

#2fbcbb Color Hex

#2FBCBB
(47,188,187)
0 Favorites   0 Comments

Color spaces of #2fbcbb

RGB 47188187
HSL0.500.600.46
HSV180°75°74°
CMYK 0.750.000.01   0.26
XYZ28.125240.158653.2828
Yxy40.15860.23140.3303
Hunter Lab63.3708-31.6772-5.4920
CIE-Lab69.5823-35.7016-10.0501

#2fbcbb color RGB value is (47,188,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101111 10111100 10111011
Octal 57 274 273
Decimal 47 188 187
Hex 2F BC BB

RGB Percentages of Color #2fbcbb

%11.14
%44.55
%44.31

CMYK Percentages of Color #2fbcbb

%75
%0
%1
%26

Triadic Colors of #2fbcbb

#2fbcbb #bb2fbc #bcbb2f

Analogous Colors of #2fbcbb

#2fbcbb #2f77bc #2fbc75

Monochromatic Colors of #2fbcbb

#2fbcbb

Complementary Color

#2fbcbb #bc2f30

#2fbcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2fbcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2fbcbb Color CSS Codes

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

#2fbcbb Text Font Color

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

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


#2fbcbb Background Color

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

This div background color is #2fbcbb


#2fbcbb Border Color

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

This div border color is #2fbcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2fbcbb


Comments

No comments written yet.

Please login to write comment.