Color Hex Logo

#afacfc Color Hex

#AFACFC
(175,172,252)
0 Favorites   0 Comments

Color spaces of #afacfc

RGB 175172252
HSL0.670.930.83
HSV242°32°99°
CMYK 0.310.320.00   0.01
XYZ50.002445.647398.2709
Yxy45.64730.25780.2354
Hunter Lab67.562813.8708-38.9441
CIE-Lab73.316118.6506-39.2859

#afacfc color RGB value is (175,172,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11111100
Octal 257 254 374
Decimal 175 172 252
Hex AF AC FC

RGB Percentages of Color #afacfc

%29.22
%28.71
%42.07

CMYK Percentages of Color #afacfc

%31
%32
%0
%1

Triadic Colors of #afacfc

#afacfc #fcafac #acfcaf

Analogous Colors of #afacfc

#afacfc #d7acfc #acd1fc

Monochromatic Colors of #afacfc

#afacfc

Complementary Color

#afacfc #f9fcac

#afacfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacfc Color CSS Codes

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

#afacfc Text Font Color

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

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


#afacfc Background Color

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

This div background color is #afacfc


#afacfc Border Color

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

This div border color is #afacfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacfc


Comments

No comments written yet.

Please login to write comment.