Color Hex Logo

#afacec Color Hex

#AFACEC
(175,172,236)
0 Favorites   0 Comments

Color spaces of #afacec

RGB 175172236
HSL0.670.630.80
HSV243°27°93°
CMYK 0.260.270.00   0.07
XYZ47.572044.675185.4727
Yxy44.67510.26770.2514
Hunter Lab66.839410.0758-29.0311
CIE-Lab72.677414.7549-31.6034

#afacec color RGB value is (175,172,236).

#afacec hex color red value is 175, green value is 172 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afacec hue: 0.67 , saturation: 0.63 and the lightness value of afacec is 0.80.

The process color (four color CMYK) of #afacec color hex is 0.26, 0.27, 0.00, 0.07. Web safe color of #afacec is #9999ff. Color #afacec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11101100
Octal 257 254 354
Decimal 175 172 236
Hex AF AC EC

RGB Percentages of Color #afacec

%30.02
%29.50
%40.48

CMYK Percentages of Color #afacec

%26
%27
%0
%7

Triadic Colors of #afacec

#afacec #ecafac #acecaf

Analogous Colors of #afacec

#afacec #cfacec #acc9ec

Monochromatic Colors of #afacec

#afacec

Complementary Color

#afacec #e9ecac

#afacec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacec Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacec Color CSS Codes

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

#afacec Text Font Color

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

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


#afacec Background Color

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

This div background color is #afacec


#afacec Border Color

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

This div border color is #afacec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacec

#afacec Color Palettes


Comments

No comments written yet.

Please login to write comment.