Color Hex Logo

#aface1 Color Hex

#AFACE1
(175,172,225)
0 Favorites   0 Comments

Color spaces of #aface1

RGB 175172225
HSL0.680.470.78
HSV243°24°88°
CMYK 0.220.240.00   0.12
XYZ46.022344.055377.3120
Yxy44.05530.27490.2632
Hunter Lab66.37427.6129-22.5985
CIE-Lab72.265412.1723-26.2445

#aface1 color RGB value is (175,172,225).

#aface1 hex color red value is 175, green value is 172 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aface1 hue: 0.68 , saturation: 0.47 and the lightness value of aface1 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11100001
Octal 257 254 341
Decimal 175 172 225
Hex AF AC E1

RGB Percentages of Color #aface1

%30.59
%30.07
%39.34

CMYK Percentages of Color #aface1

%22
%24
%0
%12

Triadic Colors of #aface1

#aface1 #e1afac #ace1af

Analogous Colors of #aface1

#aface1 #caace1 #acc4e1

Monochromatic Colors of #aface1

#aface1

Complementary Color

#aface1 #dee1ac

#aface1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aface1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aface1 Color CSS Codes

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

#aface1 Text Font Color

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

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


#aface1 Background Color

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

This div background color is #aface1


#aface1 Border Color

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

This div border color is #aface1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aface1

#aface1 Color Palettes


Comments

No comments written yet.

Please login to write comment.