Color Hex Logo

#afaecf Color Hex

#AFAECF
(175,174,207)
0 Favorites   0 Comments

Color spaces of #afaecf

RGB 175174207
HSL0.670.260.75
HSV242°16°81°
CMYK 0.150.160.00   0.19
XYZ44.077743.891165.1802
Yxy43.89110.28780.2866
Hunter Lab66.25042.8215-11.9570
CIE-Lab72.15567.0359-16.5652

#afaecf color RGB value is (175,174,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 11001111
Octal 257 256 317
Decimal 175 174 207
Hex AF AE CF

RGB Percentages of Color #afaecf

%31.47
%31.29
%37.23

CMYK Percentages of Color #afaecf

%15
%16
%0
%19

Triadic Colors of #afaecf

#afaecf #cfafae #aecfaf

Analogous Colors of #afaecf

#afaecf #c0aecf #aebecf

Monochromatic Colors of #afaecf

#afaecf

Complementary Color

#afaecf #cecfae

#afaecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaecf Color CSS Codes

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

#afaecf Text Font Color

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

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


#afaecf Background Color

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

This div background color is #afaecf


#afaecf Border Color

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

This div border color is #afaecf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,174,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 #afaecf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaecf


Comments

No comments written yet.

Please login to write comment.