Color Hex Logo

#a8bcce Color Hex

#A8BCCE
(168,188,206)
0 Favorites   0 Comments

Color spaces of #a8bcce

RGB 168188206
HSL0.580.280.73
HSV208°18°81°
CMYK 0.180.090.00   0.19
XYZ45.272248.747565.4156
Yxy48.74750.28400.3058
Hunter Lab69.8194-6.4413-6.6767
CIE-Lab75.2940-3.0265-11.3569

#a8bcce color RGB value is (168,188,206).

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

The process color (four color CMYK) of #a8bcce color hex is 0.18, 0.09, 0.00, 0.19. Web safe color of #a8bcce is #99cccc. Color #a8bcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 11001110
Octal 250 274 316
Decimal 168 188 206
Hex A8 BC CE

RGB Percentages of Color #a8bcce

%29.89
%33.45
%36.65

CMYK Percentages of Color #a8bcce

%18
%9
%0
%19

Triadic Colors of #a8bcce

#a8bcce #cea8bc #bccea8

Analogous Colors of #a8bcce

#a8bcce #a8a9ce #a8cecd

Monochromatic Colors of #a8bcce

#a8bcce

Complementary Color

#a8bcce #cebaa8

#a8bcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcce Color CSS Codes

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

#a8bcce Text Font Color

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

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


#a8bcce Background Color

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

This div background color is #a8bcce


#a8bcce Border Color

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

This div border color is #a8bcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcce


Comments

No comments written yet.

Please login to write comment.