Color Hex Logo

#8cb2bb Color Hex

#8CB2BB
(140,178,187)
0 Favorites   0 Comments

Color spaces of #8cb2bb

RGB 140178187
HSL0.530.260.64
HSV191°25°73°
CMYK 0.250.050.00   0.27
XYZ35.705341.004153.0464
Yxy41.00410.27520.3160
Hunter Lab64.0344-12.5295-4.2920
CIE-Lab70.1788-10.6867-8.7883

#8cb2bb color RGB value is (140,178,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 10110010 10111011
Octal 214 262 273
Decimal 140 178 187
Hex 8C B2 BB

RGB Percentages of Color #8cb2bb

%27.72
%35.25
%37.03

CMYK Percentages of Color #8cb2bb

%25
%5
%0
%27

Triadic Colors of #8cb2bb

#8cb2bb #bb8cb2 #b2bb8c

Analogous Colors of #8cb2bb

#8cb2bb #8c9bbb #8cbbad

Monochromatic Colors of #8cb2bb

#8cb2bb

Complementary Color

#8cb2bb #bb958c

#8cb2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cb2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cb2bb Color CSS Codes

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

#8cb2bb Text Font Color

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

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


#8cb2bb Background Color

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

This div background color is #8cb2bb


#8cb2bb Border Color

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

This div border color is #8cb2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cb2bb


Comments

No comments written yet.

Please login to write comment.