Color Hex Logo

#aebef6 Color Hex

#AEBEF6
(174,190,246)
0 Favorites   0 Comments

Color spaces of #aebef6

RGB 174190246
HSL0.630.800.82
HSV227°29°96°
CMYK 0.290.230.00   0.04
XYZ52.503652.479494.5511
Yxy52.47940.26310.2630
Hunter Lab72.44272.5951-26.6746
CIE-Lab77.56666.9503-29.4872

#aebef6 color RGB value is (174,190,246).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11110110
Octal 256 276 366
Decimal 174 190 246
Hex AE BE F6

RGB Percentages of Color #aebef6

%28.52
%31.15
%40.33

CMYK Percentages of Color #aebef6

%29
%23
%0
%4

Triadic Colors of #aebef6

#aebef6 #f6aebe #bef6ae

Analogous Colors of #aebef6

#aebef6 #c2aef6 #aee2f6

Monochromatic Colors of #aebef6

#aebef6

Complementary Color

#aebef6 #f6e6ae

#aebef6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebef6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebef6 Color CSS Codes

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

#aebef6 Text Font Color

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

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


#aebef6 Background Color

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

This div background color is #aebef6


#aebef6 Border Color

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

This div border color is #aebef6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebef6


Comments

No comments written yet.

Please login to write comment.