Color Hex Logo

#a8bcdd Color Hex

#A8BCDD
(168,188,221)
0 Favorites   0 Comments

Color spaces of #a8bcdd

RGB 168188221
HSL0.600.440.76
HSV217°24°87°
CMYK 0.240.150.00   0.13
XYZ47.182849.511775.4765
Yxy49.51170.27400.2876
Hunter Lab70.3646-3.4452-14.3422
CIE-Lab75.76860.3455-18.7813

#a8bcdd color RGB value is (168,188,221).

#a8bcdd hex color red value is 168, green value is 188 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a8bcdd hue: 0.60 , saturation: 0.44 and the lightness value of a8bcdd is 0.76.

The process color (four color CMYK) of #a8bcdd color hex is 0.24, 0.15, 0.00, 0.13. Web safe color of #a8bcdd is #99cccc. Color #a8bcdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111100 11011101
Octal 250 274 335
Decimal 168 188 221
Hex A8 BC DD

RGB Percentages of Color #a8bcdd

%29.12
%32.58
%38.30

CMYK Percentages of Color #a8bcdd

%24
%15
%0
%13

Triadic Colors of #a8bcdd

#a8bcdd #dda8bc #bcdda8

Analogous Colors of #a8bcdd

#a8bcdd #afa8dd #a8d7dd

Monochromatic Colors of #a8bcdd

#a8bcdd

Complementary Color

#a8bcdd #ddc9a8

#a8bcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bcdd Color CSS Codes

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

#a8bcdd Text Font Color

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

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


#a8bcdd Background Color

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

This div background color is #a8bcdd


#a8bcdd Border Color

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

This div border color is #a8bcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bcdd


Comments

No comments written yet.

Please login to write comment.