Color Hex Logo

#aeadeb Color Hex

#AEADEB
(174,173,235)
0 Favorites   0 Comments

Color spaces of #aeadeb

RGB 174173235
HSL0.670.610.80
HSV241°26°92°
CMYK 0.260.260.00   0.08
XYZ47.394544.884084.7628
Yxy44.88400.26770.2535
Hunter Lab66.99559.0337-28.1169
CIE-Lab72.815413.6657-30.8532

#aeadeb color RGB value is (174,173,235).

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

The process color (four color CMYK) of #aeadeb color hex is 0.26, 0.26, 0.00, 0.08. Web safe color of #aeadeb is #9999ff. Color #aeadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11101011
Octal 256 255 353
Decimal 174 173 235
Hex AE AD EB

RGB Percentages of Color #aeadeb

%29.90
%29.73
%40.38

CMYK Percentages of Color #aeadeb

%26
%26
%0
%8

Triadic Colors of #aeadeb

#aeadeb #ebaead #adebae

Analogous Colors of #aeadeb

#aeadeb #cdadeb #adcbeb

Monochromatic Colors of #aeadeb

#aeadeb

Complementary Color

#aeadeb #eaebad

#aeadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadeb Color CSS Codes

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

#aeadeb Text Font Color

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

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


#aeadeb Background Color

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

This div background color is #aeadeb


#aeadeb Border Color

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

This div border color is #aeadeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadeb


Comments

No comments written yet.

Please login to write comment.