Color Hex Logo

#afaaf4 Color Hex

#AFAAF4
(175,170,244)
0 Favorites   0 Comments

Color spaces of #afaaf4

RGB 175170244
HSL0.680.770.81
HSV244°30°96°
CMYK 0.280.300.00   0.04
XYZ48.383144.395191.6070
Yxy44.39510.26240.2408
Hunter Lab66.629613.0158-34.8752
CIE-Lab72.491817.7986-36.2356

#afaaf4 color RGB value is (175,170,244).

#afaaf4 hex color red value is 175, green value is 170 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #afaaf4 hue: 0.68 , saturation: 0.77 and the lightness value of afaaf4 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11110100
Octal 257 252 364
Decimal 175 170 244
Hex AF AA F4

RGB Percentages of Color #afaaf4

%29.71
%28.86
%41.43

CMYK Percentages of Color #afaaf4

%28
%30
%0
%4

Triadic Colors of #afaaf4

#afaaf4 #f4afaa #aaf4af

Analogous Colors of #afaaf4

#afaaf4 #d4aaf4 #aacaf4

Monochromatic Colors of #afaaf4

#afaaf4

Complementary Color

#afaaf4 #eff4aa

#afaaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaf4 Color CSS Codes

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

#afaaf4 Text Font Color

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

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


#afaaf4 Background Color

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

This div background color is #afaaf4


#afaaf4 Border Color

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

This div border color is #afaaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaf4


Comments

No comments written yet.

Please login to write comment.