Color Hex Logo

#aebef5 Color Hex

#AEBEF5
(174,190,245)
0 Favorites   0 Comments

Color spaces of #aebef5

RGB 174190245
HSL0.630.780.82
HSV226°29°96°
CMYK 0.290.220.00   0.04
XYZ52.350452.418293.7448
Yxy52.41820.26370.2641
Hunter Lab72.40042.3669-26.0890
CIE-Lab77.53026.7077-29.0060

#aebef5 color RGB value is (174,190,245).

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

The process color (four color CMYK) of #aebef5 color hex is 0.29, 0.22, 0.00, 0.04. Web safe color of #aebef5 is #99ccff. Color #aebef5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11110101
Octal 256 276 365
Decimal 174 190 245
Hex AE BE F5

RGB Percentages of Color #aebef5

%28.57
%31.20
%40.23

CMYK Percentages of Color #aebef5

%29
%22
%0
%4

Triadic Colors of #aebef5

#aebef5 #f5aebe #bef5ae

Analogous Colors of #aebef5

#aebef5 #c2aef5 #aee2f5

Monochromatic Colors of #aebef5

#aebef5

Complementary Color

#aebef5 #f5e5ae

#aebef5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebef5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebef5 Color CSS Codes

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

#aebef5 Text Font Color

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

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


#aebef5 Background Color

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

This div background color is #aebef5


#aebef5 Border Color

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

This div border color is #aebef5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebef5


Comments

No comments written yet.

Please login to write comment.