Color Hex Logo

#aeaccb Color Hex

#AEACCB
(174,172,203)
0 Favorites   0 Comments

Color spaces of #aeaccb

RGB 174172203
HSL0.680.230.74
HSV244°15°80°
CMYK 0.140.150.00   0.20
XYZ42.987642.815562.4984
Yxy42.81550.28990.2887
Hunter Lab65.43362.7597-10.8269
CIE-Lab71.42966.9484-15.4729

#aeaccb color RGB value is (174,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101100 11001011
Octal 256 254 313
Decimal 174 172 203
Hex AE AC CB

RGB Percentages of Color #aeaccb

%31.69
%31.33
%36.98

CMYK Percentages of Color #aeaccb

%14
%15
%0
%20

Triadic Colors of #aeaccb

#aeaccb #cbaeac #accbae

Analogous Colors of #aeaccb

#aeaccb #beaccb #acbacb

Monochromatic Colors of #aeaccb

#aeaccb

Complementary Color

#aeaccb #c9cbac

#aeaccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaccb Color CSS Codes

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

#aeaccb Text Font Color

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

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


#aeaccb Background Color

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

This div background color is #aeaccb


#aeaccb Border Color

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

This div border color is #aeaccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaccb


Comments

No comments written yet.

Please login to write comment.