Color Hex Logo

#aeb7fb Color Hex

#AEB7FB
(174,183,251)
0 Favorites   0 Comments

Color spaces of #aeb7fb

RGB 174183251
HSL0.650.910.83
HSV233°31°98°
CMYK 0.310.270.00   0.02
XYZ51.801649.830798.1548
Yxy49.83070.25930.2494
Hunter Lab70.59097.4544-33.0276
CIE-Lab75.965212.0162-34.6422

#aeb7fb color RGB value is (174,183,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 11111011
Octal 256 267 373
Decimal 174 183 251
Hex AE B7 FB

RGB Percentages of Color #aeb7fb

%28.62
%30.10
%41.28

CMYK Percentages of Color #aeb7fb

%31
%27
%0
%2

Triadic Colors of #aeb7fb

#aeb7fb #fbaeb7 #b7fbae

Analogous Colors of #aeb7fb

#aeb7fb #ccaefb #aedefb

Monochromatic Colors of #aeb7fb

#aeb7fb

Complementary Color

#aeb7fb #fbf2ae

#aeb7fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb7fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb7fb Color CSS Codes

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

#aeb7fb Text Font Color

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

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


#aeb7fb Background Color

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

This div background color is #aeb7fb


#aeb7fb Border Color

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

This div border color is #aeb7fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb7fb


Comments

No comments written yet.

Please login to write comment.