Color Hex Logo

#aebddf Color Hex

#AEBDDF
(174,189,223)
0 Favorites   0 Comments

Color spaces of #aebddf

RGB 174189223
HSL0.620.430.78
HSV222°22°87°
CMYK 0.220.150.00   0.13
XYZ48.972450.721677.0212
Yxy50.72160.27710.2870
Hunter Lab71.2191-1.8914-14.2669
CIE-Lab76.51012.0928-18.7022

#aebddf color RGB value is (174,189,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11011111
Octal 256 275 337
Decimal 174 189 223
Hex AE BD DF

RGB Percentages of Color #aebddf

%29.69
%32.25
%38.05

CMYK Percentages of Color #aebddf

%22
%15
%0
%13

Triadic Colors of #aebddf

#aebddf #dfaebd #bddfae

Analogous Colors of #aebddf

#aebddf #b8aedf #aed6df

Monochromatic Colors of #aebddf

#aebddf

Complementary Color

#aebddf #dfd0ae

#aebddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebddf Color CSS Codes

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

#aebddf Text Font Color

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

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


#aebddf Background Color

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

This div background color is #aebddf


#aebddf Border Color

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

This div border color is #aebddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebddf


Comments

No comments written yet.

Please login to write comment.