Color Hex Logo

#aebaf1 Color Hex

#AEBAF1
(174,186,241)
0 Favorites   0 Comments

Color spaces of #aebaf1

RGB 174186241
HSL0.640.710.81
HSV229°28°95°
CMYK 0.280.230.00   0.05
XYZ50.891650.467490.2780
Yxy50.46740.26560.2633
Hunter Lab71.04043.5523-25.6173
CIE-Lab76.35537.9293-28.6569

#aebaf1 color RGB value is (174,186,241).

#aebaf1 hex color red value is 174, green value is 186 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #aebaf1 hue: 0.64 , saturation: 0.71 and the lightness value of aebaf1 is 0.81.

The process color (four color CMYK) of #aebaf1 color hex is 0.28, 0.23, 0.00, 0.05. Web safe color of #aebaf1 is #99ccff. Color #aebaf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11110001
Octal 256 272 361
Decimal 174 186 241
Hex AE BA F1

RGB Percentages of Color #aebaf1

%28.95
%30.95
%40.10

CMYK Percentages of Color #aebaf1

%28
%23
%0
%5

Triadic Colors of #aebaf1

#aebaf1 #f1aeba #baf1ae

Analogous Colors of #aebaf1

#aebaf1 #c4aef1 #aedcf1

Monochromatic Colors of #aebaf1

#aebaf1

Complementary Color

#aebaf1 #f1e5ae

#aebaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaf1 Color CSS Codes

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

#aebaf1 Text Font Color

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

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


#aebaf1 Background Color

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

This div background color is #aebaf1


#aebaf1 Border Color

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

This div border color is #aebaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaf1

#aebaf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.