Color Hex Logo

#8aacca Color Hex

#8AACCA
(138,172,202)
0 Favorites   0 Comments

Color spaces of #8aacca

RGB 138172202
HSL0.580.380.67
HSV208°32°79°
CMYK 0.320.150.00   0.21
XYZ35.894439.172661.5463
Yxy39.17260.26270.2867
Hunter Lab62.5880-7.1588-14.4916
CIE-Lab68.8761-4.4359-19.0270

#8aacca color RGB value is (138,172,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 11001010
Octal 212 254 312
Decimal 138 172 202
Hex 8A AC CA

RGB Percentages of Color #8aacca

%26.95
%33.59
%39.45

CMYK Percentages of Color #8aacca

%32
%15
%0
%21

Triadic Colors of #8aacca

#8aacca #ca8aac #acca8a

Analogous Colors of #8aacca

#8aacca #8a8cca #8acac8

Monochromatic Colors of #8aacca

#8aacca

Complementary Color

#8aacca #caa88a

#8aacca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aacca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aacca Color CSS Codes

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

#8aacca Text Font Color

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

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


#8aacca Background Color

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

This div background color is #8aacca


#8aacca Border Color

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

This div border color is #8aacca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aacca


Comments

No comments written yet.

Please login to write comment.