Color Hex Logo

#afabff Color Hex

#AFABFF
(175,171,255)
0 Favorites   0 Comments

Color spaces of #afabff

RGB 175171255
HSL0.671.000.84
HSV243°33°100°
CMYK 0.310.330.00   0.00
XYZ50.292145.4598100.7317
Yxy45.45980.25600.2314
Hunter Lab67.423915.1530-41.3829
CIE-Lab73.193619.9565-41.0970

#afabff color RGB value is (175,171,255).

#afabff hex color red value is 175, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #afabff hue: 0.67 , saturation: 1.00 and the lightness value of afabff is 0.84.

The process color (four color CMYK) of #afabff color hex is 0.31, 0.33, 0.00, 0.00. Web safe color of #afabff is #9999ff. Color #afabff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11111111
Octal 257 253 377
Decimal 175 171 255
Hex AF AB FF

RGB Percentages of Color #afabff

%29.12
%28.45
%42.43

CMYK Percentages of Color #afabff

%31
%33
%0
%0

Triadic Colors of #afabff

#afabff #ffafab #abffaf

Analogous Colors of #afabff

#afabff #d9abff #abd1ff

Monochromatic Colors of #afabff

#afabff

Complementary Color

#afabff #fbffab

#afabff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabff Color CSS Codes

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

#afabff Text Font Color

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

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


#afabff Background Color

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

This div background color is #afabff


#afabff Border Color

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

This div border color is #afabff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabff

Related Colors


Comments

No comments written yet.

Please login to write comment.