Color Hex Logo

#afabd0 Color Hex

#AFABD0
(175,171,208)
0 Favorites   0 Comments

Color spaces of #afabd0

RGB 175171208
HSL0.680.280.74
HSV246°18°82°
CMYK 0.160.180.00   0.18
XYZ43.627342.793865.6351
Yxy42.79380.28690.2814
Hunter Lab65.41704.5639-13.6958
CIE-Lab71.41488.9065-18.2337

#afabd0 color RGB value is (175,171,208).

#afabd0 hex color red value is 175, green value is 171 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #afabd0 hue: 0.68 , saturation: 0.28 and the lightness value of afabd0 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11010000
Octal 257 253 320
Decimal 175 171 208
Hex AF AB D0

RGB Percentages of Color #afabd0

%31.59
%30.87
%37.55

CMYK Percentages of Color #afabd0

%16
%18
%0
%18

Triadic Colors of #afabd0

#afabd0 #d0afab #abd0af

Analogous Colors of #afabd0

#afabd0 #c2abd0 #abbad0

Monochromatic Colors of #afabd0

#afabd0

Complementary Color

#afabd0 #ccd0ab

#afabd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabd0 Color CSS Codes

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

#afabd0 Text Font Color

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

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


#afabd0 Background Color

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

This div background color is #afabd0


#afabd0 Border Color

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

This div border color is #afabd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabd0


Comments

No comments written yet.

Please login to write comment.