Color Hex Logo

#afa8ea Color Hex

#AFA8EA
(175,168,234)
0 Favorites   0 Comments

Color spaces of #afa8ea

RGB 175168234
HSL0.680.610.79
HSV246°28°92°
CMYK 0.250.280.00   0.08
XYZ46.533143.059783.7007
Yxy43.05970.26850.2485
Hunter Lab65.619911.7451-29.6928
CIE-Lab71.595516.5074-32.1849

#afa8ea color RGB value is (175,168,234).

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

The process color (four color CMYK) of #afa8ea color hex is 0.25, 0.28, 0.00, 0.08. Web safe color of #afa8ea is #9999ff. Color #afa8ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 11101010
Octal 257 250 352
Decimal 175 168 234
Hex AF A8 EA

RGB Percentages of Color #afa8ea

%30.33
%29.12
%40.55

CMYK Percentages of Color #afa8ea

%25
%28
%0
%8

Triadic Colors of #afa8ea

#afa8ea #eaafa8 #a8eaaf

Analogous Colors of #afa8ea

#afa8ea #d0a8ea #a8c2ea

Monochromatic Colors of #afa8ea

#afa8ea

Complementary Color

#afa8ea #e3eaa8

#afa8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa8ea Color CSS Codes

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

#afa8ea Text Font Color

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

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


#afa8ea Background Color

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

This div background color is #afa8ea


#afa8ea Border Color

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

This div border color is #afa8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa8ea


Comments

No comments written yet.

Please login to write comment.