Color Hex Logo

#a8dadd Color Hex

#A8DADD
(168,218,221)
0 Favorites   0 Comments

Color spaces of #a8dadd

RGB 168218221
HSL0.510.440.76
HSV183°24°87°
CMYK 0.240.010.00   0.13
XYZ54.271063.688177.8393
Yxy63.68810.27720.3253
Hunter Lab79.8048-18.2701-1.9664
CIE-Lab83.8031-15.3785-6.7567

#a8dadd color RGB value is (168,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 11011010 11011101
Octal 250 332 335
Decimal 168 218 221
Hex A8 DA DD

RGB Percentages of Color #a8dadd

%27.68
%35.91
%36.41

CMYK Percentages of Color #a8dadd

%24
%1
%0
%13

Triadic Colors of #a8dadd

#a8dadd #dda8da #dadda8

Analogous Colors of #a8dadd

#a8dadd #a8c0dd #a8ddc6

Monochromatic Colors of #a8dadd

#a8dadd

Complementary Color

#a8dadd #ddaba8

#a8dadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8dadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8dadd Color CSS Codes

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

#a8dadd Text Font Color

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

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


#a8dadd Background Color

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

This div background color is #a8dadd


#a8dadd Border Color

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

This div border color is #a8dadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8dadd


Comments

No comments written yet.

Please login to write comment.