Color Hex Logo

#afacfa Color Hex

#AFACFA
(175,172,250)
0 Favorites   0 Comments

Color spaces of #afacfa

RGB 175172250
HSL0.670.890.83
HSV242°31°98°
CMYK 0.300.310.00   0.02
XYZ49.687045.521196.6101
Yxy45.52110.25900.2373
Hunter Lab67.469313.3829-37.6695
CIE-Lab73.233718.1553-38.3329

#afacfa color RGB value is (175,172,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11111010
Octal 257 254 372
Decimal 175 172 250
Hex AF AC FA

RGB Percentages of Color #afacfa

%29.31
%28.81
%41.88

CMYK Percentages of Color #afacfa

%30
%31
%0
%2

Triadic Colors of #afacfa

#afacfa #faafac #acfaaf

Analogous Colors of #afacfa

#afacfa #d6acfa #acd0fa

Monochromatic Colors of #afacfa

#afacfa

Complementary Color

#afacfa #f7faac

#afacfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacfa Color CSS Codes

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

#afacfa Text Font Color

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

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


#afacfa Background Color

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

This div background color is #afacfa


#afacfa Border Color

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

This div border color is #afacfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacfa


Comments

No comments written yet.

Please login to write comment.