Color Hex Logo

#afacfb Color Hex

#AFACFB
(175,172,251)
0 Favorites   0 Comments

Color spaces of #afacfb

RGB 175172251
HSL0.670.910.83
HSV242°31°98°
CMYK 0.300.310.00   0.02
XYZ49.844345.584097.4383
Yxy45.58400.25840.2363
Hunter Lab67.515913.6265-38.3056
CIE-Lab73.274818.4028-38.8097

#afacfb color RGB value is (175,172,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11111011
Octal 257 254 373
Decimal 175 172 251
Hex AF AC FB

RGB Percentages of Color #afacfb

%29.26
%28.76
%41.97

CMYK Percentages of Color #afacfb

%30
%31
%0
%2

Triadic Colors of #afacfb

#afacfb #fbafac #acfbaf

Analogous Colors of #afacfb

#afacfb #d7acfb #acd1fb

Monochromatic Colors of #afacfb

#afacfb

Complementary Color

#afacfb #f8fbac

#afacfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacfb Color CSS Codes

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

#afacfb Text Font Color

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

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


#afacfb Background Color

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

This div background color is #afacfb


#afacfb Border Color

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

This div border color is #afacfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacfb


Comments

No comments written yet.

Please login to write comment.