Color Hex Logo

#aebadf Color Hex

#AEBADF
(174,186,223)
0 Favorites   0 Comments

Color spaces of #aebadf

RGB 174186223
HSL0.630.430.78
HSV225°22°87°
CMYK 0.220.170.00   0.13
XYZ48.333749.444276.8083
Yxy49.44420.27680.2832
Hunter Lab70.3166-0.3579-15.5421
CIE-Lab75.72683.7185-19.8883

#aebadf color RGB value is (174,186,223).

#aebadf hex color red value is 174, green value is 186 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #aebadf hue: 0.63 , saturation: 0.43 and the lightness value of aebadf is 0.78.

The process color (four color CMYK) of #aebadf color hex is 0.22, 0.17, 0.00, 0.13. Web safe color of #aebadf is #99cccc. Color #aebadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11011111
Octal 256 272 337
Decimal 174 186 223
Hex AE BA DF

RGB Percentages of Color #aebadf

%29.85
%31.90
%38.25

CMYK Percentages of Color #aebadf

%22
%17
%0
%13

Triadic Colors of #aebadf

#aebadf #dfaeba #badfae

Analogous Colors of #aebadf

#aebadf #bbaedf #aed3df

Monochromatic Colors of #aebadf

#aebadf

Complementary Color

#aebadf #dfd3ae

#aebadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebadf Color CSS Codes

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

#aebadf Text Font Color

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

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


#aebadf Background Color

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

This div background color is #aebadf


#aebadf Border Color

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

This div border color is #aebadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebadf


Comments

No comments written yet.

Please login to write comment.