Color Hex Logo

#a8b5dd Color Hex

#A8B5DD
(168,181,221)
0 Favorites   0 Comments

Color spaces of #a8b5dd

RGB 168181221
HSL0.630.440.76
HSV225°24°87°
CMYK 0.240.180.00   0.13
XYZ45.723546.593074.9901
Yxy46.59300.27330.2785
Hunter Lab68.25910.1153-17.3552
CIE-Lab73.92874.1517-21.5725

#a8b5dd color RGB value is (168,181,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10110101 11011101
Octal 250 265 335
Decimal 168 181 221
Hex A8 B5 DD

RGB Percentages of Color #a8b5dd

%29.47
%31.75
%38.77

CMYK Percentages of Color #a8b5dd

%24
%18
%0
%13

Triadic Colors of #a8b5dd

#a8b5dd #dda8b5 #b5dda8

Analogous Colors of #a8b5dd

#a8b5dd #b6a8dd #a8d0dd

Monochromatic Colors of #a8b5dd

#a8b5dd

Complementary Color

#a8b5dd #ddd0a8

#a8b5dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8b5dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8b5dd Color CSS Codes

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

#a8b5dd Text Font Color

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

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


#a8b5dd Background Color

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

This div background color is #a8b5dd


#a8b5dd Border Color

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

This div border color is #a8b5dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8b5dd


Comments

No comments written yet.

Please login to write comment.