Color Hex Logo

#afaecc Color Hex

#AFAECC
(175,174,204)
0 Favorites   0 Comments

Color spaces of #afaecc

RGB 175174204
HSL0.670.230.74
HSV242°15°80°
CMYK 0.140.150.00   0.20
XYZ43.714343.745763.2665
Yxy43.74570.29000.2902
Hunter Lab66.14052.2302-10.4153
CIE-Lab72.05826.3894-15.0672

#afaecc color RGB value is (175,174,204).

#afaecc hex color red value is 175, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afaecc hue: 0.67 , saturation: 0.23 and the lightness value of afaecc is 0.74.

The process color (four color CMYK) of #afaecc color hex is 0.14, 0.15, 0.00, 0.20. Web safe color of #afaecc is #9999cc. Color #afaecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11001100
Octal 257 256 314
Decimal 175 174 204
Hex AF AE CC

RGB Percentages of Color #afaecc

%31.65
%31.46
%36.89

CMYK Percentages of Color #afaecc

%14
%15
%0
%20

Triadic Colors of #afaecc

#afaecc #ccafae #aeccaf

Analogous Colors of #afaecc

#afaecc #beaecc #aebccc

Monochromatic Colors of #afaecc

#afaecc

Complementary Color

#afaecc #cbccae

#afaecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaecc Color CSS Codes

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

#afaecc Text Font Color

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

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


#afaecc Background Color

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

This div background color is #afaecc


#afaecc Border Color

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

This div border color is #afaecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaecc


Comments

No comments written yet.

Please login to write comment.