Color Hex Logo

#aea4cb Color Hex

#AEA4CB
(174,164,203)
0 Favorites   0 Comments

Color spaces of #aea4cb

RGB 174164203
HSL0.710.270.72
HSV255°19°80°
CMYK 0.140.190.00   0.20
XYZ41.510539.861462.0061
Yxy39.86140.28950.2780
Hunter Lab63.13596.8721-14.0339
CIE-Lab69.370711.3756-18.5851

#aea4cb color RGB value is (174,164,203).

#aea4cb hex color red value is 174, green value is 164 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #aea4cb hue: 0.71 , saturation: 0.27 and the lightness value of aea4cb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10100100 11001011
Octal 256 244 313
Decimal 174 164 203
Hex AE A4 CB

RGB Percentages of Color #aea4cb

%32.16
%30.31
%37.52

CMYK Percentages of Color #aea4cb

%14
%19
%0
%20

Triadic Colors of #aea4cb

#aea4cb #cbaea4 #a4cbae

Analogous Colors of #aea4cb

#aea4cb #c2a4cb #a4aecb

Monochromatic Colors of #aea4cb

#aea4cb

Complementary Color

#aea4cb #c1cba4

#aea4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aea4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aea4cb Color CSS Codes

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

#aea4cb Text Font Color

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

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


#aea4cb Background Color

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

This div background color is #aea4cb


#aea4cb Border Color

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

This div border color is #aea4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aea4cb


Comments

No comments written yet.

Please login to write comment.