Color Hex Logo

#aebfe0 Color Hex

#AEBFE0
(174,191,224)
0 Favorites   0 Comments

Color spaces of #aebfe0

RGB 174191224
HSL0.610.450.78
HSV220°22°88°
CMYK 0.220.150.00   0.12
XYZ49.540951.642177.8778
Yxy51.64210.27670.2884
Hunter Lab71.8624-2.7040-13.9493
CIE-Lab77.06631.2401-18.4013

#aebfe0 color RGB value is (174,191,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11100000
Octal 256 277 340
Decimal 174 191 224
Hex AE BF E0

RGB Percentages of Color #aebfe0

%29.54
%32.43
%38.03

CMYK Percentages of Color #aebfe0

%22
%15
%0
%12

Triadic Colors of #aebfe0

#aebfe0 #e0aebf #bfe0ae

Analogous Colors of #aebfe0

#aebfe0 #b6aee0 #aed8e0

Monochromatic Colors of #aebfe0

#aebfe0

Complementary Color

#aebfe0 #e0cfae

#aebfe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebfe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebfe0 Color CSS Codes

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

#aebfe0 Text Font Color

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

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


#aebfe0 Background Color

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

This div background color is #aebfe0


#aebfe0 Border Color

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

This div border color is #aebfe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebfe0


Comments

No comments written yet.

Please login to write comment.