Color Hex Logo

#aeadce Color Hex

#AEADCE
(174,173,206)
1 Favorites   0 Comments

Color spaces of #aeadce

RGB 174173206
HSL0.670.250.74
HSV242°16°81°
CMYK 0.160.160.00   0.19
XYZ43.539743.342064.4636
Yxy43.34200.28770.2864
Hunter Lab65.83462.8402-11.9710
CIE-Lab71.78657.0461-16.5817

#aeadce color RGB value is (174,173,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11001110
Octal 256 255 316
Decimal 174 173 206
Hex AE AD CE

RGB Percentages of Color #aeadce

%31.46
%31.28
%37.25

CMYK Percentages of Color #aeadce

%16
%16
%0
%19

Triadic Colors of #aeadce

#aeadce #ceaead #adceae

Analogous Colors of #aeadce

#aeadce #bfadce #adbdce

Monochromatic Colors of #aeadce

#aeadce

Complementary Color

#aeadce #cdcead

#aeadce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadce Color CSS Codes

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

#aeadce Text Font Color

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

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


#aeadce Background Color

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

This div background color is #aeadce


#aeadce Border Color

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

This div border color is #aeadce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadce


Comments

No comments written yet.

Please login to write comment.