Color Hex Logo

#a8bcff Color Hex

#A8BCFF
(168,188,255)
0 Favorites   0 Comments

Color spaces of #a8bcff

RGB 168188255
HSL0.631.000.83
HSV226°34°100°
CMYK 0.340.260.00   0.00
XYZ52.181751.5113101.8001
Yxy51.51130.25390.2507
Hunter Lab71.77144.1793-33.8566
CIE-Lab76.98778.6055-35.2421

#a8bcff color RGB value is (168,188,255).

#a8bcff hex color red value is 168, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a8bcff hue: 0.63 , saturation: 1.00 and the lightness value of a8bcff is 0.83.

The process color (four color CMYK) of #a8bcff color hex is 0.34, 0.26, 0.00, 0.00. Web safe color of #a8bcff is #99ccff. Color #a8bcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 11111111
Octal 250 274 377
Decimal 168 188 255
Hex A8 BC FF

RGB Percentages of Color #a8bcff

%27.50
%30.77
%41.73

CMYK Percentages of Color #a8bcff

%34
%26
%0
%0

Triadic Colors of #a8bcff

#a8bcff #ffa8bc #bcffa8

Analogous Colors of #a8bcff

#a8bcff #c0a8ff #a8e8ff

Monochromatic Colors of #a8bcff

#a8bcff

Complementary Color

#a8bcff #ffeba8

#a8bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcff Color CSS Codes

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

#a8bcff Text Font Color

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

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


#a8bcff Background Color

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

This div background color is #a8bcff


#a8bcff Border Color

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

This div border color is #a8bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcff

Related Colors

#a8bcff Color Palettes


Comments

No comments written yet.

Please login to write comment.