Color Hex Logo

#aebaf6 Color Hex

#AEBAF6
(174,186,246)
0 Favorites   0 Comments

Color spaces of #aebaf6

RGB 174186246
HSL0.640.800.82
HSV230°29°96°
CMYK 0.290.240.00   0.04
XYZ51.649050.770394.2662
Yxy50.77030.26260.2581
Hunter Lab71.25334.6951-28.5618
CIE-Lab76.53979.1388-31.0660

#aebaf6 color RGB value is (174,186,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11110110
Octal 256 272 366
Decimal 174 186 246
Hex AE BA F6

RGB Percentages of Color #aebaf6

%28.71
%30.69
%40.59

CMYK Percentages of Color #aebaf6

%29
%24
%0
%4

Triadic Colors of #aebaf6

#aebaf6 #f6aeba #baf6ae

Analogous Colors of #aebaf6

#aebaf6 #c6aef6 #aedef6

Monochromatic Colors of #aebaf6

#aebaf6

Complementary Color

#aebaf6 #f6eaae

#aebaf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaf6 Color CSS Codes

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

#aebaf6 Text Font Color

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

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


#aebaf6 Background Color

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

This div background color is #aebaf6


#aebaf6 Border Color

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

This div border color is #aebaf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaf6


Comments

No comments written yet.

Please login to write comment.