Color Hex Logo

#a8cadd Color Hex

#A8CADD
(168,202,221)
0 Favorites   0 Comments

Color spaces of #a8cadd

RGB 168202221
HSL0.560.440.76
HSV202°24°87°
CMYK 0.240.090.00   0.13
XYZ50.320155.786376.5223
Yxy55.78630.27550.3055
Hunter Lab74.6902-10.4494-8.4612
CIE-Lab79.4920-7.1168-13.1753

#a8cadd color RGB value is (168,202,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11001010 11011101
Octal 250 312 335
Decimal 168 202 221
Hex A8 CA DD

RGB Percentages of Color #a8cadd

%28.43
%34.18
%37.39

CMYK Percentages of Color #a8cadd

%24
%9
%0
%13

Triadic Colors of #a8cadd

#a8cadd #dda8ca #cadda8

Analogous Colors of #a8cadd

#a8cadd #a8b0dd #a8ddd6

Monochromatic Colors of #a8cadd

#a8cadd

Complementary Color

#a8cadd #ddbba8

#a8cadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8cadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8cadd Color CSS Codes

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

#a8cadd Text Font Color

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

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


#a8cadd Background Color

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

This div background color is #a8cadd


#a8cadd Border Color

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

This div border color is #a8cadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8cadd


Comments

No comments written yet.

Please login to write comment.