Color Hex Logo

#aebff8 Color Hex

#AEBFF8
(174,191,248)
0 Favorites   0 Comments

Color spaces of #aebff8

RGB 174191248
HSL0.630.840.83
HSV226°30°97°
CMYK 0.300.230.00   0.03
XYZ53.029653.037696.2493
Yxy53.03760.26210.2622
Hunter Lab72.82692.5293-27.3798
CIE-Lab77.89726.8909-30.0529

#aebff8 color RGB value is (174,191,248).

#aebff8 hex color red value is 174, green value is 191 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #aebff8 hue: 0.63 , saturation: 0.84 and the lightness value of aebff8 is 0.83.

The process color (four color CMYK) of #aebff8 color hex is 0.30, 0.23, 0.00, 0.03. Web safe color of #aebff8 is #99ccff. Color #aebff8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11111000
Octal 256 277 370
Decimal 174 191 248
Hex AE BF F8

RGB Percentages of Color #aebff8

%28.38
%31.16
%40.46

CMYK Percentages of Color #aebff8

%30
%23
%0
%3

Triadic Colors of #aebff8

#aebff8 #f8aebf #bff8ae

Analogous Colors of #aebff8

#aebff8 #c2aef8 #aee4f8

Monochromatic Colors of #aebff8

#aebff8

Complementary Color

#aebff8 #f8e7ae

#aebff8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebff8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebff8 Color CSS Codes

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

#aebff8 Text Font Color

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

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


#aebff8 Background Color

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

This div background color is #aebff8


#aebff8 Border Color

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

This div border color is #aebff8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebff8


Comments

No comments written yet.

Please login to write comment.