Color Hex Logo

#a8c2dd Color Hex

#A8C2DD
(168,194,221)
0 Favorites   0 Comments

Color spaces of #a8c2dd

RGB 168194221
HSL0.580.440.76
HSV211°24°87°
CMYK 0.240.120.00   0.13
XYZ48.491452.128975.9127
Yxy52.12890.27470.2953
Hunter Lab72.2003-6.4659-11.7983
CIE-Lab77.3579-2.8782-16.3815

#a8c2dd color RGB value is (168,194,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11000010 11011101
Octal 250 302 335
Decimal 168 194 221
Hex A8 C2 DD

RGB Percentages of Color #a8c2dd

%28.82
%33.28
%37.91

CMYK Percentages of Color #a8c2dd

%24
%12
%0
%13

Triadic Colors of #a8c2dd

#a8c2dd #dda8c2 #c2dda8

Analogous Colors of #a8c2dd

#a8c2dd #a9a8dd #a8dddd

Monochromatic Colors of #a8c2dd

#a8c2dd

Complementary Color

#a8c2dd #ddc3a8

#a8c2dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8c2dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8c2dd Color CSS Codes

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

#a8c2dd Text Font Color

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

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


#a8c2dd Background Color

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

This div background color is #a8c2dd


#a8c2dd Border Color

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

This div border color is #a8c2dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8c2dd


Comments

No comments written yet.

Please login to write comment.