Color Hex Logo

#aebee0 Color Hex

#AEBEE0
(174,190,224)
1 Favorites   0 Comments

Color spaces of #aebee0

RGB 174190224
HSL0.610.450.78
HSV221°22°88°
CMYK 0.220.150.00   0.12
XYZ49.323651.207477.8054
Yxy51.20740.27660.2871
Hunter Lab71.5593-2.1944-14.3736
CIE-Lab76.80451.7797-18.7974

#aebee0 color RGB value is (174,190,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11100000
Octal 256 276 340
Decimal 174 190 224
Hex AE BE E0

RGB Percentages of Color #aebee0

%29.59
%32.31
%38.10

CMYK Percentages of Color #aebee0

%22
%15
%0
%12

Triadic Colors of #aebee0

#aebee0 #e0aebe #bee0ae

Analogous Colors of #aebee0

#aebee0 #b7aee0 #aed7e0

Monochromatic Colors of #aebee0

#aebee0

Complementary Color

#aebee0 #e0d0ae

#aebee0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebee0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebee0 Color CSS Codes

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

#aebee0 Text Font Color

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

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


#aebee0 Background Color

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

This div background color is #aebee0


#aebee0 Border Color

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

This div border color is #aebee0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebee0


Comments

No comments written yet.

Please login to write comment.