Color Hex Logo

#a0afcb Color Hex

#A0AFCB
(160,175,203)
0 Favorites   0 Comments

Color spaces of #a0afcb

RGB 160175203
HSL0.610.290.71
HSV219°21°80°
CMYK 0.210.140.00   0.20
XYZ40.606742.445362.5525
Yxy42.44530.27890.2915
Hunter Lab65.1501-2.7572-11.3210
CIE-Lab71.17690.8170-15.9565

#a0afcb color RGB value is (160,175,203).

#a0afcb hex color red value is 160, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a0afcb hue: 0.61 , saturation: 0.29 and the lightness value of a0afcb is 0.71.

The process color (four color CMYK) of #a0afcb color hex is 0.21, 0.14, 0.00, 0.20. Web safe color of #a0afcb is #9999cc. Color #a0afcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10101111 11001011
Octal 240 257 313
Decimal 160 175 203
Hex A0 AF CB

RGB Percentages of Color #a0afcb

%29.74
%32.53
%37.73

CMYK Percentages of Color #a0afcb

%21
%14
%0
%20

Triadic Colors of #a0afcb

#a0afcb #cba0af #afcba0

Analogous Colors of #a0afcb

#a0afcb #a7a0cb #a0c5cb

Monochromatic Colors of #a0afcb

#a0afcb

Complementary Color

#a0afcb #cbbca0

#a0afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0afcb Color CSS Codes

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

#a0afcb Text Font Color

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

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


#a0afcb Background Color

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

This div background color is #a0afcb


#a0afcb Border Color

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

This div border color is #a0afcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,175,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0afcb


Comments

No comments written yet.

Please login to write comment.