Color Hex Logo

#a8baca Color Hex

#A8BACA
(168,186,202)
1 Favorites   0 Comments

Color spaces of #a8baca

RGB 168186202
HSL0.580.240.73
HSV208°17°79°
CMYK 0.170.080.00   0.21
XYZ44.368047.706962.7470
Yxy47.70690.28660.3081
Hunter Lab69.0702-6.2114-5.5130
CIE-Lab74.6397-2.8234-10.1583

#a8baca color RGB value is (168,186,202).

#a8baca hex color red value is 168, green value is 186 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a8baca hue: 0.58 , saturation: 0.24 and the lightness value of a8baca is 0.73.

The process color (four color CMYK) of #a8baca color hex is 0.17, 0.08, 0.00, 0.21. Web safe color of #a8baca is #99cccc. Color #a8baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 11001010
Octal 250 272 312
Decimal 168 186 202
Hex A8 BA CA

RGB Percentages of Color #a8baca

%30.22
%33.45
%36.33

CMYK Percentages of Color #a8baca

%17
%8
%0
%21

Triadic Colors of #a8baca

#a8baca #caa8ba #bacaa8

Analogous Colors of #a8baca

#a8baca #a8a9ca #a8cac9

Monochromatic Colors of #a8baca

#a8baca

Complementary Color

#a8baca #cab8a8

#a8baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8baca Color CSS Codes

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

#a8baca Text Font Color

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

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


#a8baca Background Color

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

This div background color is #a8baca


#a8baca Border Color

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

This div border color is #a8baca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,186,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8baca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8baca;
  -webkit-box-shadow: 1px 1px 3px 2px #a8baca;
  box-shadow:         1px 1px 3px 2px #a8baca; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8baca


Comments

No comments written yet.

Please login to write comment.