Color Hex Logo

#aeb3fb Color Hex

#AEB3FB
(174,179,251)
0 Favorites   0 Comments

Color spaces of #aeb3fb

RGB 174179251
HSL0.660.910.83
HSV236°31°98°
CMYK 0.310.290.00   0.02
XYZ50.988248.203997.8837
Yxy48.20390.25870.2446
Hunter Lab69.42909.5884-34.9890
CIE-Lab74.953414.2288-36.2088

#aeb3fb color RGB value is (174,179,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 11111011
Octal 256 263 373
Decimal 174 179 251
Hex AE B3 FB

RGB Percentages of Color #aeb3fb

%28.81
%29.64
%41.56

CMYK Percentages of Color #aeb3fb

%31
%29
%0
%2

Triadic Colors of #aeb3fb

#aeb3fb #fbaeb3 #b3fbae

Analogous Colors of #aeb3fb

#aeb3fb #d0aefb #aedafb

Monochromatic Colors of #aeb3fb

#aeb3fb

Complementary Color

#aeb3fb #fbf6ae

#aeb3fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb3fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb3fb Color CSS Codes

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

#aeb3fb Text Font Color

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

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


#aeb3fb Background Color

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

This div background color is #aeb3fb


#aeb3fb Border Color

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

This div border color is #aeb3fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb3fb


Comments

No comments written yet.

Please login to write comment.