Color Hex Logo

#6fbfbb Color Hex

#6FBFBB
(111,191,187)
0 Favorites   0 Comments

Color spaces of #6fbfbb

RGB 111191187
HSL0.490.380.59
HSV177°42°75°
CMYK 0.420.000.02   0.25
XYZ34.156044.229053.7505
Yxy44.22900.25850.3347
Hunter Lab66.5049-24.7084-1.3659
CIE-Lab72.3813-25.4757-5.6841

#6fbfbb color RGB value is (111,191,187).

#6fbfbb hex color red value is 111, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6fbfbb hue: 0.49 , saturation: 0.38 and the lightness value of 6fbfbb is 0.59.

The process color (four color CMYK) of #6fbfbb color hex is 0.42, 0.00, 0.02, 0.25. Web safe color of #6fbfbb is #66cccc. Color #6fbfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111111 10111011
Octal 157 277 273
Decimal 111 191 187
Hex 6F BF BB

RGB Percentages of Color #6fbfbb

%22.70
%39.06
%38.24

CMYK Percentages of Color #6fbfbb

%42
%0
%2
%25

Triadic Colors of #6fbfbb

#6fbfbb #bb6fbf #bfbb6f

Analogous Colors of #6fbfbb

#6fbfbb #6f9bbf #6fbf93

Monochromatic Colors of #6fbfbb

#6fbfbb

Complementary Color

#6fbfbb #bf6f73

#6fbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbfbb Color CSS Codes

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

#6fbfbb Text Font Color

<p style="color:#6fbfbb">Text here</p>

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


#6fbfbb Background Color

<div style="background-color:#6fbfbb">
Div content here</div>

This div background color is #6fbfbb


#6fbfbb Border Color

<div style="border:3px solid #6fbfbb">
Div here</div>

This div border color is #6fbfbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(111,191,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6fbfbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6fbfbb;
  -webkit-box-shadow: 1px 1px 3px 2px #6fbfbb;
  box-shadow:         1px 1px 3px 2px #6fbfbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(111,191,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 #6fbfbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbfbb


Comments

No comments written yet.

Please login to write comment.