Color Hex Logo

#aebae9 Color Hex

#AEBAE9
(174,186,233)
0 Favorites   0 Comments

Color spaces of #aebae9

RGB 174186233
HSL0.630.570.80
HSV228°25°91°
CMYK 0.250.200.00   0.09
XYZ49.722449.999784.1210
Yxy49.99970.27050.2720
Hunter Lab70.71051.7749-21.0373
CIE-Lab76.06916.0295-24.7780

#aebae9 color RGB value is (174,186,233).

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

The process color (four color CMYK) of #aebae9 color hex is 0.25, 0.20, 0.00, 0.09. Web safe color of #aebae9 is #99ccff. Color #aebae9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11101001
Octal 256 272 351
Decimal 174 186 233
Hex AE BA E9

RGB Percentages of Color #aebae9

%29.34
%31.37
%39.29

CMYK Percentages of Color #aebae9

%25
%20
%0
%9

Triadic Colors of #aebae9

#aebae9 #e9aeba #bae9ae

Analogous Colors of #aebae9

#aebae9 #c0aee9 #aed8e9

Monochromatic Colors of #aebae9

#aebae9

Complementary Color

#aebae9 #e9ddae

#aebae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebae9 Color CSS Codes

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

#aebae9 Text Font Color

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

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


#aebae9 Background Color

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

This div background color is #aebae9


#aebae9 Border Color

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

This div border color is #aebae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebae9


Comments

No comments written yet.

Please login to write comment.