Color Hex Logo

#afaced Color Hex

#AFACED
(175,172,237)
0 Favorites   0 Comments

Color spaces of #afaced

RGB 175172237
HSL0.670.640.80
HSV243°27°93°
CMYK 0.260.270.00   0.07
XYZ47.717844.733486.2402
Yxy44.73340.26700.2503
Hunter Lab66.883010.3058-29.6315
CIE-Lab72.716014.9938-32.0875

#afaced color RGB value is (175,172,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11101101
Octal 257 254 355
Decimal 175 172 237
Hex AF AC ED

RGB Percentages of Color #afaced

%29.97
%29.45
%40.58

CMYK Percentages of Color #afaced

%26
%27
%0
%7

Triadic Colors of #afaced

#afaced #edafac #acedaf

Analogous Colors of #afaced

#afaced #d0aced #accaed

Monochromatic Colors of #afaced

#afaced

Complementary Color

#afaced #eaedac

#afaced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaced Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaced Color CSS Codes

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

#afaced Text Font Color

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

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


#afaced Background Color

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

This div background color is #afaced


#afaced Border Color

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

This div border color is #afaced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaced


Comments

No comments written yet.

Please login to write comment.