Color Hex Logo

#8abacb Color Hex

#8ABACB
(138,186,203)
0 Favorites   0 Comments

Color spaces of #8abacb

RGB 138186203
HSL0.540.380.67
HSV196°32°80°
CMYK 0.320.080.00   0.20
XYZ38.819644.832963.1075
Yxy44.83290.26450.3055
Hunter Lab66.9574-13.6872-9.0108
CIE-Lab72.7817-11.7081-13.6798

#8abacb color RGB value is (138,186,203).

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

The process color (four color CMYK) of #8abacb color hex is 0.32, 0.08, 0.00, 0.20. Web safe color of #8abacb is #99cccc. Color #8abacb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11001011
Octal 212 272 313
Decimal 138 186 203
Hex 8A BA CB

RGB Percentages of Color #8abacb

%26.19
%35.29
%38.52

CMYK Percentages of Color #8abacb

%32
%8
%0
%20

Triadic Colors of #8abacb

#8abacb #cb8aba #bacb8a

Analogous Colors of #8abacb

#8abacb #8a9acb #8acbbc

Monochromatic Colors of #8abacb

#8abacb

Complementary Color

#8abacb #cb9b8a

#8abacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abacb Color CSS Codes

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

#8abacb Text Font Color

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

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


#8abacb Background Color

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

This div background color is #8abacb


#8abacb Border Color

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

This div border color is #8abacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abacb


Comments

No comments written yet.

Please login to write comment.