Color Hex Logo

#aebaf0 Color Hex

#AEBAF0
(174,186,240)
0 Favorites   0 Comments

Color spaces of #aebaf0

RGB 174186240
HSL0.640.690.81
HSV229°28°94°
CMYK 0.280.230.00   0.06
XYZ50.742650.407889.4933
Yxy50.40780.26620.2644
Hunter Lab70.99853.3267-25.0359
CIE-Lab76.31897.6895-28.1737

#aebaf0 color RGB value is (174,186,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111010 11110000
Octal 256 272 360
Decimal 174 186 240
Hex AE BA F0

RGB Percentages of Color #aebaf0

%29.00
%31.00
%40.00

CMYK Percentages of Color #aebaf0

%28
%23
%0
%6

Triadic Colors of #aebaf0

#aebaf0 #f0aeba #baf0ae

Analogous Colors of #aebaf0

#aebaf0 #c3aef0 #aedbf0

Monochromatic Colors of #aebaf0

#aebaf0

Complementary Color

#aebaf0 #f0e4ae

#aebaf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebaf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebaf0 Color CSS Codes

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

#aebaf0 Text Font Color

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

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


#aebaf0 Background Color

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

This div background color is #aebaf0


#aebaf0 Border Color

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

This div border color is #aebaf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebaf0


Comments

No comments written yet.

Please login to write comment.