Color Hex Logo

#aebffb Color Hex

#AEBFFB
(174,191,251)
0 Favorites   0 Comments

Color spaces of #aebffb

RGB 174191251
HSL0.630.910.83
HSV227°31°98°
CMYK 0.310.240.00   0.02
XYZ53.498953.225398.7206
Yxy53.22530.26040.2591
Hunter Lab72.95573.2229-29.1598
CIE-Lab78.00787.6247-31.4910

#aebffb color RGB value is (174,191,251).

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

The process color (four color CMYK) of #aebffb color hex is 0.31, 0.24, 0.00, 0.02. Web safe color of #aebffb is #99ccff. Color #aebffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111111 11111011
Octal 256 277 373
Decimal 174 191 251
Hex AE BF FB

RGB Percentages of Color #aebffb

%28.25
%31.01
%40.75

CMYK Percentages of Color #aebffb

%31
%24
%0
%2

Triadic Colors of #aebffb

#aebffb #fbaebf #bffbae

Analogous Colors of #aebffb

#aebffb #c4aefb #aee6fb

Monochromatic Colors of #aebffb

#aebffb

Complementary Color

#aebffb #fbeaae

#aebffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebffb Color CSS Codes

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

#aebffb Text Font Color

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

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


#aebffb Background Color

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

This div background color is #aebffb


#aebffb Border Color

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

This div border color is #aebffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebffb

Related Colors


Comments

No comments written yet.

Please login to write comment.