Color Hex Logo

#8cb1bb Color Hex

#8CB1BB
(140,177,187)
0 Favorites   0 Comments

Color spaces of #8cb1bb

RGB 140177187
HSL0.540.260.64
HSV193°25°73°
CMYK 0.250.050.00   0.27
XYZ35.507040.607652.9803
Yxy40.60760.27500.3146
Hunter Lab63.7241-12.0571-4.6869
CIE-Lab69.9001-10.1547-9.2034

#8cb1bb color RGB value is (140,177,187).

#8cb1bb hex color red value is 140, green value is 177 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8cb1bb hue: 0.54 , saturation: 0.26 and the lightness value of 8cb1bb is 0.64.

The process color (four color CMYK) of #8cb1bb color hex is 0.25, 0.05, 0.00, 0.27. Web safe color of #8cb1bb is #9999cc. Color #8cb1bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110001 10111011
Octal 214 261 273
Decimal 140 177 187
Hex 8C B1 BB

RGB Percentages of Color #8cb1bb

%27.78
%35.12
%37.10

CMYK Percentages of Color #8cb1bb

%25
%5
%0
%27

Triadic Colors of #8cb1bb

#8cb1bb #bb8cb1 #b1bb8c

Analogous Colors of #8cb1bb

#8cb1bb #8c9abb #8cbbae

Monochromatic Colors of #8cb1bb

#8cb1bb

Complementary Color

#8cb1bb #bb968c

#8cb1bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb1bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb1bb Color CSS Codes

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

#8cb1bb Text Font Color

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

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


#8cb1bb Background Color

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

This div background color is #8cb1bb


#8cb1bb Border Color

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

This div border color is #8cb1bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb1bb


Comments

No comments written yet.

Please login to write comment.