Color Hex Logo

#afaccf Color Hex

#AFACCF
(175,172,207)
0 Favorites   0 Comments

Color spaces of #afaccf

RGB 175172207
HSL0.680.270.74
HSV245°17°81°
CMYK 0.150.170.00   0.19
XYZ43.694243.124065.0523
Yxy43.12400.28770.2840
Hunter Lab65.66893.8483-12.7651
CIE-Lab71.63918.1369-17.3455

#afaccf color RGB value is (175,172,207).

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

The process color (four color CMYK) of #afaccf color hex is 0.15, 0.17, 0.00, 0.19. Web safe color of #afaccf is #9999cc. Color #afaccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11001111
Octal 257 254 317
Decimal 175 172 207
Hex AF AC CF

RGB Percentages of Color #afaccf

%31.59
%31.05
%37.36

CMYK Percentages of Color #afaccf

%15
%17
%0
%19

Triadic Colors of #afaccf

#afaccf #cfafac #accfaf

Analogous Colors of #afaccf

#afaccf #c1accf #acbbcf

Monochromatic Colors of #afaccf

#afaccf

Complementary Color

#afaccf #cccfac

#afaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaccf Color CSS Codes

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

#afaccf Text Font Color

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

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


#afaccf Background Color

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

This div background color is #afaccf


#afaccf Border Color

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

This div border color is #afaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaccf


Comments

No comments written yet.

Please login to write comment.