Color Hex Logo

#afa8eb Color Hex

#AFA8EB
(175,168,235)
0 Favorites   0 Comments

Color spaces of #afa8eb

RGB 175168235
HSL0.680.630.79
HSV246°29°92°
CMYK 0.260.290.00   0.08
XYZ46.677243.117484.4596
Yxy43.11740.26790.2474
Hunter Lab65.663811.9752-30.2966
CIE-Lab71.634616.7452-32.6696

#afa8eb color RGB value is (175,168,235).

#afa8eb hex color red value is 175, green value is 168 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #afa8eb hue: 0.68 , saturation: 0.63 and the lightness value of afa8eb is 0.79.

The process color (four color CMYK) of #afa8eb color hex is 0.26, 0.29, 0.00, 0.08. Web safe color of #afa8eb is #9999ff. Color #afa8eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 11101011
Octal 257 250 353
Decimal 175 168 235
Hex AF A8 EB

RGB Percentages of Color #afa8eb

%30.28
%29.07
%40.66

CMYK Percentages of Color #afa8eb

%26
%29
%0
%8

Triadic Colors of #afa8eb

#afa8eb #ebafa8 #a8ebaf

Analogous Colors of #afa8eb

#afa8eb #d1a8eb #a8c3eb

Monochromatic Colors of #afa8eb

#afa8eb

Complementary Color

#afa8eb #e4eba8

#afa8eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa8eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa8eb Color CSS Codes

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

#afa8eb Text Font Color

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

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


#afa8eb Background Color

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

This div background color is #afa8eb


#afa8eb Border Color

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

This div border color is #afa8eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa8eb


Comments

No comments written yet.

Please login to write comment.