Color Hex Logo

#afabd5 Color Hex

#AFABD5
(175,171,213)
0 Favorites   0 Comments

Color spaces of #afabd5

RGB 175171213
HSL0.680.330.75
HSV246°20°84°
CMYK 0.180.200.00   0.16
XYZ44.252343.043968.9267
Yxy43.04390.28330.2755
Hunter Lab65.60795.5840-16.3638
CIE-Lab71.584810.0070-20.7190

#afabd5 color RGB value is (175,171,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11010101
Octal 257 253 325
Decimal 175 171 213
Hex AF AB D5

RGB Percentages of Color #afabd5

%31.31
%30.59
%38.10

CMYK Percentages of Color #afabd5

%18
%20
%0
%16

Triadic Colors of #afabd5

#afabd5 #d5afab #abd5af

Analogous Colors of #afabd5

#afabd5 #c4abd5 #abbcd5

Monochromatic Colors of #afabd5

#afabd5

Complementary Color

#afabd5 #d1d5ab

#afabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabd5 Color CSS Codes

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

#afabd5 Text Font Color

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

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


#afabd5 Background Color

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

This div background color is #afabd5


#afabd5 Border Color

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

This div border color is #afabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabd5


Comments

No comments written yet.

Please login to write comment.