Color Hex Logo

#a8afd5 Color Hex

#A8AFD5
(168,175,213)
0 Favorites   0 Comments

Color spaces of #a8afd5

RGB 168175213
HSL0.640.350.75
HSV231°21°84°
CMYK 0.210.180.00   0.16
XYZ43.488743.788969.1108
Yxy43.78890.27810.2800
Hunter Lab66.17321.5063-15.6008
CIE-Lab72.08725.5994-20.0055

#a8afd5 color RGB value is (168,175,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101111 11010101
Octal 250 257 325
Decimal 168 175 213
Hex A8 AF D5

RGB Percentages of Color #a8afd5

%30.22
%31.47
%38.31

CMYK Percentages of Color #a8afd5

%21
%18
%0
%16

Triadic Colors of #a8afd5

#a8afd5 #d5a8af #afd5a8

Analogous Colors of #a8afd5

#a8afd5 #b8a8d5 #a8c6d5

Monochromatic Colors of #a8afd5

#a8afd5

Complementary Color

#a8afd5 #d5cea8

#a8afd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8afd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8afd5 Color CSS Codes

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

#a8afd5 Text Font Color

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

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


#a8afd5 Background Color

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

This div background color is #a8afd5


#a8afd5 Border Color

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

This div border color is #a8afd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8afd5


Comments

No comments written yet.

Please login to write comment.