Color Hex Logo

#afabfc Color Hex

#AFABFC
(175,171,252)
0 Favorites   0 Comments

Color spaces of #afabfc

RGB 175171252
HSL0.670.930.83
HSV243°32°99°
CMYK 0.310.320.00   0.01
XYZ49.812845.268198.2077
Yxy45.26810.25770.2342
Hunter Lab67.281614.4121-39.4457
CIE-Lab73.068119.2088-39.6720

#afabfc color RGB value is (175,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11111100
Octal 257 253 374
Decimal 175 171 252
Hex AF AB FC

RGB Percentages of Color #afabfc

%29.26
%28.60
%42.14

CMYK Percentages of Color #afabfc

%31
%32
%0
%1

Triadic Colors of #afabfc

#afabfc #fcafab #abfcaf

Analogous Colors of #afabfc

#afabfc #d8abfc #abd0fc

Monochromatic Colors of #afabfc

#afabfc

Complementary Color

#afabfc #f8fcab

#afabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabfc Color CSS Codes

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

#afabfc Text Font Color

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

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


#afabfc Background Color

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

This div background color is #afabfc


#afabfc Border Color

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

This div border color is #afabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabfc


Comments

No comments written yet.

Please login to write comment.