Color Hex Logo

#aebce0 Color Hex

#AEBCE0
(174,188,224)
0 Favorites   0 Comments

Color spaces of #aebce0

RGB 174188224
HSL0.620.450.78
HSV223°22°88°
CMYK 0.220.160.00   0.12
XYZ48.893350.346977.6620
Yxy50.34690.27640.2846
Hunter Lab70.9555-1.1733-15.2250
CIE-Lab76.28172.8612-19.5888

#aebce0 color RGB value is (174,188,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 11100000
Octal 256 274 340
Decimal 174 188 224
Hex AE BC E0

RGB Percentages of Color #aebce0

%29.69
%32.08
%38.23

CMYK Percentages of Color #aebce0

%22
%16
%0
%12

Triadic Colors of #aebce0

#aebce0 #e0aebc #bce0ae

Analogous Colors of #aebce0

#aebce0 #b9aee0 #aed5e0

Monochromatic Colors of #aebce0

#aebce0

Complementary Color

#aebce0 #e0d2ae

#aebce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebce0 Color CSS Codes

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

#aebce0 Text Font Color

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

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


#aebce0 Background Color

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

This div background color is #aebce0


#aebce0 Border Color

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

This div border color is #aebce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebce0


Comments

No comments written yet.

Please login to write comment.