Color Hex Logo

#a8add5 Color Hex

#A8ADD5
(168,173,213)
0 Favorites   0 Comments

Color spaces of #a8add5

RGB 168173213
HSL0.650.350.75
HSV233°21°84°
CMYK 0.210.190.00   0.16
XYZ43.102343.016168.9820
Yxy43.01610.27790.2773
Hunter Lab65.58672.5301-16.4487
CIE-Lab71.56596.7018-20.7974

#a8add5 color RGB value is (168,173,213).

#a8add5 hex color red value is 168, green value is 173 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #a8add5 hue: 0.65 , saturation: 0.35 and the lightness value of a8add5 is 0.75.

The process color (four color CMYK) of #a8add5 color hex is 0.21, 0.19, 0.00, 0.16. Web safe color of #a8add5 is #9999cc. Color #a8add5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 11010101
Octal 250 255 325
Decimal 168 173 213
Hex A8 AD D5

RGB Percentages of Color #a8add5

%30.32
%31.23
%38.45

CMYK Percentages of Color #a8add5

%21
%19
%0
%16

Triadic Colors of #a8add5

#a8add5 #d5a8ad #add5a8

Analogous Colors of #a8add5

#a8add5 #baa8d5 #a8c4d5

Monochromatic Colors of #a8add5

#a8add5

Complementary Color

#a8add5 #d5d0a8

#a8add5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8add5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8add5 Color CSS Codes

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

#a8add5 Text Font Color

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

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


#a8add5 Background Color

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

This div background color is #a8add5


#a8add5 Border Color

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

This div border color is #a8add5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8add5


Comments

No comments written yet.

Please login to write comment.