Color Hex Logo

#aeb4fb Color Hex

#AEB4FB
(174,180,251)
0 Favorites   0 Comments

Color spaces of #aeb4fb

RGB 174180251
HSL0.650.910.83
HSV235°31°98°
CMYK 0.310.280.00   0.02
XYZ51.189448.606297.9508
Yxy48.60620.25890.2458
Hunter Lab69.71819.0539-34.4970
CIE-Lab75.205713.6748-35.8179

#aeb4fb color RGB value is (174,180,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11111011
Octal 256 264 373
Decimal 174 180 251
Hex AE B4 FB

RGB Percentages of Color #aeb4fb

%28.76
%29.75
%41.49

CMYK Percentages of Color #aeb4fb

%31
%28
%0
%2

Triadic Colors of #aeb4fb

#aeb4fb #fbaeb4 #b4fbae

Analogous Colors of #aeb4fb

#aeb4fb #cfaefb #aedbfb

Monochromatic Colors of #aeb4fb

#aeb4fb

Complementary Color

#aeb4fb #fbf5ae

#aeb4fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4fb Color CSS Codes

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

#aeb4fb Text Font Color

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

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


#aeb4fb Background Color

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

This div background color is #aeb4fb


#aeb4fb Border Color

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

This div border color is #aeb4fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4fb

Related Colors


Comments

No comments written yet.

Please login to write comment.