Color Hex Logo

#afabd4 Color Hex

#AFABD4
(175,171,212)
0 Favorites   0 Comments

Color spaces of #afabd4

RGB 175171212
HSL0.680.320.75
HSV246°19°83°
CMYK 0.170.190.00   0.17
XYZ44.125842.993268.2602
Yxy42.99320.28400.2767
Hunter Lab65.56925.3782-15.8249
CIE-Lab71.55049.7856-20.2230

#afabd4 color RGB value is (175,171,212).

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

The process color (four color CMYK) of #afabd4 color hex is 0.17, 0.19, 0.00, 0.17. Web safe color of #afabd4 is #9999cc. Color #afabd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11010100
Octal 257 253 324
Decimal 175 171 212
Hex AF AB D4

RGB Percentages of Color #afabd4

%31.36
%30.65
%37.99

CMYK Percentages of Color #afabd4

%17
%19
%0
%17

Triadic Colors of #afabd4

#afabd4 #d4afab #abd4af

Analogous Colors of #afabd4

#afabd4 #c4abd4 #abbcd4

Monochromatic Colors of #afabd4

#afabd4

Complementary Color

#afabd4 #d0d4ab

#afabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabd4 Color CSS Codes

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

#afabd4 Text Font Color

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

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


#afabd4 Background Color

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

This div background color is #afabd4


#afabd4 Border Color

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

This div border color is #afabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabd4

#afabd4 Color Palettes


Comments

No comments written yet.

Please login to write comment.