Color Hex Logo

#6fbbbc Color Hex

#6FBBBC
(111,187,188)
0 Favorites   0 Comments

Color spaces of #6fbbbc

RGB 111187188
HSL0.500.360.59
HSV181°41°74°
CMYK 0.410.010.00   0.26
XYZ33.403042.551054.0296
Yxy42.55100.25700.3274
Hunter Lab65.2311-22.7497-3.4469
CIE-Lab71.2492-23.2276-7.9092

#6fbbbc color RGB value is (111,187,188).

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

The process color (four color CMYK) of #6fbbbc color hex is 0.41, 0.01, 0.00, 0.26. Web safe color of #6fbbbc is #66cccc. Color #6fbbbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101111 10111011 10111100
Octal 157 273 274
Decimal 111 187 188
Hex 6F BB BC

RGB Percentages of Color #6fbbbc

%22.84
%38.48
%38.68

CMYK Percentages of Color #6fbbbc

%41
%1
%0
%26

Triadic Colors of #6fbbbc

#6fbbbc #bc6fbb #bbbc6f

Analogous Colors of #6fbbbc

#6fbbbc #6f95bc #6fbc97

Monochromatic Colors of #6fbbbc

#6fbbbc

Complementary Color

#6fbbbc #bc706f

#6fbbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6fbbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6fbbbc Color CSS Codes

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

#6fbbbc Text Font Color

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

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


#6fbbbc Background Color

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

This div background color is #6fbbbc


#6fbbbc Border Color

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

This div border color is #6fbbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6fbbbc


Comments

No comments written yet.

Please login to write comment.