Color Hex Logo

#afaffb Color Hex

#AFAFFB
(175,175,251)
0 Favorites   0 Comments

Color spaces of #afaffb

RGB 175175251
HSL0.670.900.84
HSV240°30°98°
CMYK 0.300.300.00   0.02
XYZ50.421846.738997.6308
Yxy46.73890.25890.2399
Hunter Lab68.365912.0087-36.8138
CIE-Lab74.022416.7313-37.6474

#afaffb color RGB value is (175,175,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11111011
Octal 257 257 373
Decimal 175 175 251
Hex AF AF FB

RGB Percentages of Color #afaffb

%29.12
%29.12
%41.76

CMYK Percentages of Color #afaffb

%30
%30
%0
%2

Triadic Colors of #afaffb

#afaffb #fbafaf #affbaf

Analogous Colors of #afaffb

#afaffb #d5affb #afd5fb

Monochromatic Colors of #afaffb

#afaffb

Complementary Color

#afaffb #fbfbaf

#afaffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaffb Color CSS Codes

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

#afaffb Text Font Color

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

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


#afaffb Background Color

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

This div background color is #afaffb


#afaffb Border Color

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

This div border color is #afaffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaffb


Comments

No comments written yet.

Please login to write comment.