Color Hex Logo

#afaafb Color Hex

#AFAAFB
(175,170,251)
0 Favorites   0 Comments

Color spaces of #afaafb

RGB 175170251
HSL0.680.910.83
HSV244°32°98°
CMYK 0.300.320.00   0.02
XYZ49.466544.828497.3124
Yxy44.82840.25820.2340
Hunter Lab66.954014.7086-39.3055
CIE-Lab72.778819.5195-39.5819

#afaafb color RGB value is (175,170,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11111011
Octal 257 252 373
Decimal 175 170 251
Hex AF AA FB

RGB Percentages of Color #afaafb

%29.36
%28.52
%42.11

CMYK Percentages of Color #afaafb

%30
%32
%0
%2

Triadic Colors of #afaafb

#afaafb #fbafaa #aafbaf

Analogous Colors of #afaafb

#afaafb #d8aafb #aacefb

Monochromatic Colors of #afaafb

#afaafb

Complementary Color

#afaafb #f6fbaa

#afaafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaafb Color CSS Codes

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

#afaafb Text Font Color

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

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


#afaafb Background Color

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

This div background color is #afaafb


#afaafb Border Color

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

This div border color is #afaafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaafb


Comments

No comments written yet.

Please login to write comment.