Color Hex Logo

#8aacce Color Hex

#8AACCE
(138,172,206)
0 Favorites   0 Comments

Color spaces of #8aacce

RGB 138172206
HSL0.580.410.67
HSV210°33°81°
CMYK 0.330.170.00   0.19
XYZ36.374339.364664.0735
Yxy39.36460.26020.2816
Hunter Lab62.7412-6.3115-16.6302
CIE-Lab69.0146-3.4291-21.0214

#8aacce color RGB value is (138,172,206).

#8aacce hex color red value is 138, green value is 172 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #8aacce hue: 0.58 , saturation: 0.41 and the lightness value of 8aacce is 0.67.

The process color (four color CMYK) of #8aacce color hex is 0.33, 0.17, 0.00, 0.19. Web safe color of #8aacce is #9999cc. Color #8aacce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 11001110
Octal 212 254 316
Decimal 138 172 206
Hex 8A AC CE

RGB Percentages of Color #8aacce

%26.74
%33.33
%39.92

CMYK Percentages of Color #8aacce

%33
%17
%0
%19

Triadic Colors of #8aacce

#8aacce #ce8aac #acce8a

Analogous Colors of #8aacce

#8aacce #8a8ace #8acece

Monochromatic Colors of #8aacce

#8aacce

Complementary Color

#8aacce #ceac8a

#8aacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aacce Color CSS Codes

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

#8aacce Text Font Color

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

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


#8aacce Background Color

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

This div background color is #8aacce


#8aacce Border Color

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

This div border color is #8aacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aacce


Comments

No comments written yet.

Please login to write comment.