Color Hex Logo

#8babcb Color Hex

#8BABCB
(139,171,203)
0 Favorites   0 Comments

Color spaces of #8babcb

RGB 139171203
HSL0.580.380.67
HSV210°32°80°
CMYK 0.320.160.00   0.20
XYZ35.989938.926662.1166
Yxy38.92660.26260.2841
Hunter Lab62.3912-6.2182-15.3552
CIE-Lab68.6981-3.3482-19.8432

#8babcb color RGB value is (139,171,203).

#8babcb hex color red value is 139, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #8babcb hue: 0.58 , saturation: 0.38 and the lightness value of 8babcb is 0.67.

The process color (four color CMYK) of #8babcb color hex is 0.32, 0.16, 0.00, 0.20. Web safe color of #8babcb is #9999cc. Color #8babcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10101011 11001011
Octal 213 253 313
Decimal 139 171 203
Hex 8B AB CB

RGB Percentages of Color #8babcb

%27.10
%33.33
%39.57

CMYK Percentages of Color #8babcb

%32
%16
%0
%20

Triadic Colors of #8babcb

#8babcb #cb8bab #abcb8b

Analogous Colors of #8babcb

#8babcb #8b8bcb #8bcbcb

Monochromatic Colors of #8babcb

#8babcb

Complementary Color

#8babcb #cbab8b

#8babcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8babcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8babcb Color CSS Codes

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

#8babcb Text Font Color

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

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


#8babcb Background Color

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

This div background color is #8babcb


#8babcb Border Color

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

This div border color is #8babcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,171,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8babcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8babcb;
  -webkit-box-shadow: 1px 1px 3px 2px #8babcb;
  box-shadow:         1px 1px 3px 2px #8babcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,171,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8babcb

#8babcb Color Palettes


Comments

No comments written yet.

Please login to write comment.