Color Hex Logo

#afadfb Color Hex

#AFADFB
(175,173,251)
0 Favorites   0 Comments

Color spaces of #afadfb

RGB 175173251
HSL0.670.910.83
HSV242°31°98°
CMYK 0.300.310.00   0.02
XYZ50.035445.966197.5020
Yxy45.96610.25860.2375
Hunter Lab67.798313.0866-37.8072
CIE-Lab73.523517.8452-38.4228

#afadfb color RGB value is (175,173,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11111011
Octal 257 255 373
Decimal 175 173 251
Hex AF AD FB

RGB Percentages of Color #afadfb

%29.22
%28.88
%41.90

CMYK Percentages of Color #afadfb

%30
%31
%0
%2

Triadic Colors of #afadfb

#afadfb #fbafad #adfbaf

Analogous Colors of #afadfb

#afadfb #d6adfb #add2fb

Monochromatic Colors of #afadfb

#afadfb

Complementary Color

#afadfb #f9fbad

#afadfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadfb Color CSS Codes

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

#afadfb Text Font Color

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

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


#afadfb Background Color

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

This div background color is #afadfb


#afadfb Border Color

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

This div border color is #afadfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadfb


Comments

No comments written yet.

Please login to write comment.