Color Hex Logo

#afafe0 Color Hex

#AFAFE0
(175,175,224)
0 Favorites   0 Comments

Color spaces of #afafe0

RGB 175175224
HSL0.670.440.78
HSV240°22°88°
CMYK 0.220.220.00   0.12
XYZ46.463745.155776.7880
Yxy45.15570.27590.2681
Hunter Lab67.19805.8264-20.7128
CIE-Lab72.994310.2820-24.5839

#afafe0 color RGB value is (175,175,224).

#afafe0 hex color red value is 175, green value is 175 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #afafe0 hue: 0.67 , saturation: 0.44 and the lightness value of afafe0 is 0.78.

The process color (four color CMYK) of #afafe0 color hex is 0.22, 0.22, 0.00, 0.12. Web safe color of #afafe0 is #9999cc. Color #afafe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11100000
Octal 257 257 340
Decimal 175 175 224
Hex AF AF E0

RGB Percentages of Color #afafe0

%30.49
%30.49
%39.02

CMYK Percentages of Color #afafe0

%22
%22
%0
%12

Triadic Colors of #afafe0

#afafe0 #e0afaf #afe0af

Analogous Colors of #afafe0

#afafe0 #c8afe0 #afc8e0

Monochromatic Colors of #afafe0

#afafe0

Complementary Color

#afafe0 #e0e0af

#afafe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafe0 Color CSS Codes

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

#afafe0 Text Font Color

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

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


#afafe0 Background Color

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

This div background color is #afafe0


#afafe0 Border Color

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

This div border color is #afafe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafe0


Comments

No comments written yet.

Please login to write comment.