Color Hex Logo

#aeaccf Color Hex

#AEACCF
(174,172,207)
0 Favorites   0 Comments

Color spaces of #aeaccf

RGB 174172207
HSL0.680.270.74
HSV243°17°81°
CMYK 0.160.170.00   0.19
XYZ43.470643.008765.0418
Yxy43.00870.28690.2838
Hunter Lab65.58103.5525-12.8958
CIE-Lab71.56097.8145-17.4713

#aeaccf color RGB value is (174,172,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11001111
Octal 256 254 317
Decimal 174 172 207
Hex AE AC CF

RGB Percentages of Color #aeaccf

%31.46
%31.10
%37.43

CMYK Percentages of Color #aeaccf

%16
%17
%0
%19

Triadic Colors of #aeaccf

#aeaccf #cfaeac #accfae

Analogous Colors of #aeaccf

#aeaccf #c0accf #acbccf

Monochromatic Colors of #aeaccf

#aeaccf

Complementary Color

#aeaccf #cdcfac

#aeaccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaccf Color CSS Codes

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

#aeaccf Text Font Color

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

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


#aeaccf Background Color

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

This div background color is #aeaccf


#aeaccf Border Color

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

This div border color is #aeaccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaccf


Comments

No comments written yet.

Please login to write comment.