Color Hex Logo

#aeb0fd Color Hex

#AEB0FD
(174,176,253)
3 Favorites   0 Comments

Color spaces of #aeb0fd

RGB 174176253
HSL0.660.950.84
HSV238°31°99°
CMYK 0.310.300.00   0.01
XYZ50.710547.141299.3549
Yxy47.14120.25710.2390
Hunter Lab68.659411.6825-37.7351
CIE-Lab74.280016.3922-38.3320

#aeb0fd color RGB value is (174,176,253).

#aeb0fd hex color red value is 174, green value is 176 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aeb0fd hue: 0.66 , saturation: 0.95 and the lightness value of aeb0fd is 0.84.

The process color (four color CMYK) of #aeb0fd color hex is 0.31, 0.30, 0.00, 0.01. Web safe color of #aeb0fd is #9999ff. Color #aeb0fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 11111101
Octal 256 260 375
Decimal 174 176 253
Hex AE B0 FD

RGB Percentages of Color #aeb0fd

%28.86
%29.19
%41.96

CMYK Percentages of Color #aeb0fd

%31
%30
%0
%1

Triadic Colors of #aeb0fd

#aeb0fd #fdaeb0 #b0fdae

Analogous Colors of #aeb0fd

#aeb0fd #d4aefd #aed8fd

Monochromatic Colors of #aeb0fd

#aeb0fd

Complementary Color

#aeb0fd #fdfbae

#aeb0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb0fd Color CSS Codes

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

#aeb0fd Text Font Color

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

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


#aeb0fd Background Color

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

This div background color is #aeb0fd


#aeb0fd Border Color

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

This div border color is #aeb0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.