Color Hex Logo

#aeadcb Color Hex

#AEADCB
(174,173,203)
0 Favorites   0 Comments

Color spaces of #aeadcb

RGB 174173203
HSL0.670.220.74
HSV242°15°80°
CMYK 0.140.150.00   0.20
XYZ43.178643.197662.5621
Yxy43.19760.28990.2900
Hunter Lab65.72492.2488-10.4295
CIE-Lab71.68896.3982-15.0822

#aeadcb color RGB value is (174,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11001011
Octal 256 255 313
Decimal 174 173 203
Hex AE AD CB

RGB Percentages of Color #aeadcb

%31.64
%31.45
%36.91

CMYK Percentages of Color #aeadcb

%14
%15
%0
%20

Triadic Colors of #aeadcb

#aeadcb #cbaead #adcbae

Analogous Colors of #aeadcb

#aeadcb #bdadcb #adbbcb

Monochromatic Colors of #aeadcb

#aeadcb

Complementary Color

#aeadcb #cacbad

#aeadcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadcb Color CSS Codes

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

#aeadcb Text Font Color

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

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


#aeadcb Background Color

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

This div background color is #aeadcb


#aeadcb Border Color

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

This div border color is #aeadcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadcb


Comments

No comments written yet.

Please login to write comment.