Color Hex Logo

#afadf1 Color Hex

#AFADF1
(175,173,241)
0 Favorites   0 Comments

Color spaces of #afadf1

RGB 175173241
HSL0.670.710.81
HSV242°28°95°
CMYK 0.270.280.00   0.05
XYZ48.500045.352089.4167
Yxy45.35200.26460.2475
Hunter Lab67.343910.7010-31.5823
CIE-Lab73.123115.3988-33.6302

#afadf1 color RGB value is (175,173,241).

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

The process color (four color CMYK) of #afadf1 color hex is 0.27, 0.28, 0.00, 0.05. Web safe color of #afadf1 is #9999ff. Color #afadf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11110001
Octal 257 255 361
Decimal 175 173 241
Hex AF AD F1

RGB Percentages of Color #afadf1

%29.71
%29.37
%40.92

CMYK Percentages of Color #afadf1

%27
%28
%0
%5

Triadic Colors of #afadf1

#afadf1 #f1afad #adf1af

Analogous Colors of #afadf1

#afadf1 #d1adf1 #adcdf1

Monochromatic Colors of #afadf1

#afadf1

Complementary Color

#afadf1 #eff1ad

#afadf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadf1 Color CSS Codes

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

#afadf1 Text Font Color

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

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


#afadf1 Background Color

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

This div background color is #afadf1


#afadf1 Border Color

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

This div border color is #afadf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadf1


Comments

No comments written yet.

Please login to write comment.