Color Hex Logo

#afabd6 Color Hex

#AFABD6
(175,171,214)
0 Favorites   0 Comments

Color spaces of #afabd6

RGB 175171214
HSL0.680.340.75
HSV246°20°84°
CMYK 0.180.200.00   0.16
XYZ44.379743.094869.5974
Yxy43.09480.28250.2744
Hunter Lab65.64665.7914-16.9056
CIE-Lab71.619310.2297-21.2147

#afabd6 color RGB value is (175,171,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11010110
Octal 257 253 326
Decimal 175 171 214
Hex AF AB D6

RGB Percentages of Color #afabd6

%31.25
%30.54
%38.21

CMYK Percentages of Color #afabd6

%18
%20
%0
%16

Triadic Colors of #afabd6

#afabd6 #d6afab #abd6af

Analogous Colors of #afabd6

#afabd6 #c5abd6 #abbdd6

Monochromatic Colors of #afabd6

#afabd6

Complementary Color

#afabd6 #d2d6ab

#afabd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabd6 Color CSS Codes

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

#afabd6 Text Font Color

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

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


#afabd6 Background Color

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

This div background color is #afabd6


#afabd6 Border Color

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

This div border color is #afabd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabd6


Comments

No comments written yet.

Please login to write comment.