Color Hex Logo

#a8bccf Color Hex

#A8BCCF
(168,188,207)
0 Favorites   0 Comments

Color spaces of #a8bccf

RGB 168188207
HSL0.580.290.74
HSV209°19°81°
CMYK 0.190.090.00   0.19
XYZ45.394248.796366.0576
Yxy48.79630.28330.3045
Hunter Lab69.8543-6.2485-7.1694
CIE-Lab75.3244-2.8073-11.8547

#a8bccf color RGB value is (168,188,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 11001111
Octal 250 274 317
Decimal 168 188 207
Hex A8 BC CF

RGB Percentages of Color #a8bccf

%29.84
%33.39
%36.77

CMYK Percentages of Color #a8bccf

%19
%9
%0
%19

Triadic Colors of #a8bccf

#a8bccf #cfa8bc #bccfa8

Analogous Colors of #a8bccf

#a8bccf #a8a9cf #a8cfcf

Monochromatic Colors of #a8bccf

#a8bccf

Complementary Color

#a8bccf #cfbba8

#a8bccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bccf Color CSS Codes

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

#a8bccf Text Font Color

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

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


#a8bccf Background Color

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

This div background color is #a8bccf


#a8bccf Border Color

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

This div border color is #a8bccf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,188,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bccf


Comments

No comments written yet.

Please login to write comment.