Color Hex Logo

#aebdee Color Hex

#AEBDEE
(174,189,238)
0 Favorites   0 Comments

Color spaces of #aebdee

RGB 174189238
HSL0.630.650.81
HSV226°27°93°
CMYK 0.270.210.00   0.07
XYZ51.085851.566988.1498
Yxy51.56690.26770.2703
Hunter Lab71.81011.3175-22.5138
CIE-Lab77.02115.5749-26.0207

#aebdee color RGB value is (174,189,238).

#aebdee hex color red value is 174, green value is 189 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aebdee hue: 0.63 , saturation: 0.65 and the lightness value of aebdee is 0.81.

The process color (four color CMYK) of #aebdee color hex is 0.27, 0.21, 0.00, 0.07. Web safe color of #aebdee is #99ccff. Color #aebdee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 11101110
Octal 256 275 356
Decimal 174 189 238
Hex AE BD EE

RGB Percentages of Color #aebdee

%28.95
%31.45
%39.60

CMYK Percentages of Color #aebdee

%27
%21
%0
%7

Triadic Colors of #aebdee

#aebdee #eeaebd #bdeeae

Analogous Colors of #aebdee

#aebdee #bfaeee #aeddee

Monochromatic Colors of #aebdee

#aebdee

Complementary Color

#aebdee #eedfae

#aebdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebdee Color CSS Codes

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

#aebdee Text Font Color

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

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


#aebdee Background Color

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

This div background color is #aebdee


#aebdee Border Color

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

This div border color is #aebdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebdee


Comments

No comments written yet.

Please login to write comment.