Color Hex Logo

#8fb6bb Color Hex

#8FB6BB
(143,182,187)
0 Favorites   0 Comments

Color spaces of #8fb6bb

RGB 143182187
HSL0.520.240.65
HSV187°24°73°
CMYK 0.240.030.00   0.27
XYZ37.025342.883453.3396
Yxy42.88340.27790.3218
Hunter Lab65.4854-13.6760-2.4535
CIE-Lab71.4758-11.8849-6.8416

#8fb6bb color RGB value is (143,182,187).

#8fb6bb hex color red value is 143, green value is 182 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8fb6bb hue: 0.52 , saturation: 0.24 and the lightness value of 8fb6bb is 0.65.

The process color (four color CMYK) of #8fb6bb color hex is 0.24, 0.03, 0.00, 0.27. Web safe color of #8fb6bb is #99cccc. Color #8fb6bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10110110 10111011
Octal 217 266 273
Decimal 143 182 187
Hex 8F B6 BB

RGB Percentages of Color #8fb6bb

%27.93
%35.55
%36.52

CMYK Percentages of Color #8fb6bb

%24
%3
%0
%27

Triadic Colors of #8fb6bb

#8fb6bb #bb8fb6 #b6bb8f

Analogous Colors of #8fb6bb

#8fb6bb #8fa0bb #8fbbaa

Monochromatic Colors of #8fb6bb

#8fb6bb

Complementary Color

#8fb6bb #bb948f

#8fb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8fb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8fb6bb Color CSS Codes

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

#8fb6bb Text Font Color

<p style="color:#8fb6bb">Text here</p>

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


#8fb6bb Background Color

<div style="background-color:#8fb6bb">
Div content here</div>

This div background color is #8fb6bb


#8fb6bb Border Color

<div style="border:3px solid #8fb6bb">
Div here</div>

This div border color is #8fb6bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,182,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8fb6bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8fb6bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8fb6bb;
  box-shadow:         1px 1px 3px 2px #8fb6bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,182,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 #8fb6bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8fb6bb


Comments

No comments written yet.

Please login to write comment.