Color Hex Logo

#afadfa Color Hex

#AFADFA
(175,173,250)
0 Favorites   0 Comments

Color spaces of #afadfa

RGB 175173250
HSL0.670.890.83
HSV242°31°98°
CMYK 0.300.310.00   0.02
XYZ49.878145.903296.6738
Yxy45.90320.25920.2385
Hunter Lab67.751912.8436-37.1734
CIE-Lab73.482717.5978-37.9459

#afadfa color RGB value is (175,173,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 11111010
Octal 257 255 372
Decimal 175 173 250
Hex AF AD FA

RGB Percentages of Color #afadfa

%29.26
%28.93
%41.81

CMYK Percentages of Color #afadfa

%30
%31
%0
%2

Triadic Colors of #afadfa

#afadfa #faafad #adfaaf

Analogous Colors of #afadfa

#afadfa #d6adfa #add2fa

Monochromatic Colors of #afadfa

#afadfa

Complementary Color

#afadfa #f8faad

#afadfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadfa Color CSS Codes

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

#afadfa Text Font Color

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

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


#afadfa Background Color

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

This div background color is #afadfa


#afadfa Border Color

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

This div border color is #afadfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadfa


Comments

No comments written yet.

Please login to write comment.