Color Hex Logo

#8abacc Color Hex

#8ABACC
(138,186,204)
0 Favorites   0 Comments

Color spaces of #8abacc

RGB 138186204
HSL0.550.390.67
HSV196°32°80°
CMYK 0.320.090.00   0.20
XYZ38.939244.880763.7373
Yxy44.88070.26390.3042
Hunter Lab66.9931-13.4861-9.5135
CIE-Lab72.8133-11.4634-14.1783

#8abacc color RGB value is (138,186,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111010 11001100
Octal 212 272 314
Decimal 138 186 204
Hex 8A BA CC

RGB Percentages of Color #8abacc

%26.14
%35.23
%38.64

CMYK Percentages of Color #8abacc

%32
%9
%0
%20

Triadic Colors of #8abacc

#8abacc #cc8aba #bacc8a

Analogous Colors of #8abacc

#8abacc #8a99cc #8accbd

Monochromatic Colors of #8abacc

#8abacc

Complementary Color

#8abacc #cc9c8a

#8abacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abacc Color CSS Codes

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

#8abacc Text Font Color

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

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


#8abacc Background Color

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

This div background color is #8abacc


#8abacc Border Color

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

This div border color is #8abacc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,186,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abacc


Comments

No comments written yet.

Please login to write comment.