Color Hex Logo

#aebfde Color Hex

#AEBFDE
(174,191,222)
0 Favorites   0 Comments

Color spaces of #aebfde

RGB 174191222
HSL0.610.420.78
HSV219°22°87°
CMYK 0.220.140.00   0.13
XYZ49.271251.534276.4575
Yxy51.53420.27800.2907
Hunter Lab71.7873-3.1144-12.8960
CIE-Lab77.00150.7882-17.4192

#aebfde color RGB value is (174,191,222).

#aebfde hex color red value is 174, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aebfde hue: 0.61 , saturation: 0.42 and the lightness value of aebfde is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11011110
Octal 256 277 336
Decimal 174 191 222
Hex AE BF DE

RGB Percentages of Color #aebfde

%29.64
%32.54
%37.82

CMYK Percentages of Color #aebfde

%22
%14
%0
%13

Triadic Colors of #aebfde

#aebfde #deaebf #bfdeae

Analogous Colors of #aebfde

#aebfde #b5aede #aed7de

Monochromatic Colors of #aebfde

#aebfde

Complementary Color

#aebfde #decdae

#aebfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfde Color CSS Codes

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

#aebfde Text Font Color

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

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


#aebfde Background Color

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

This div background color is #aebfde


#aebfde Border Color

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

This div border color is #aebfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfde


Comments

No comments written yet.

Please login to write comment.