Color Hex Logo

#aeb4f7 Color Hex

#AEB4F7
(174,180,247)
0 Favorites   0 Comments

Color spaces of #aeb4f7

RGB 174180247
HSL0.650.820.83
HSV235°30°97°
CMYK 0.300.270.00   0.03
XYZ50.565348.356694.6644
Yxy48.35660.26120.2498
Hunter Lab69.53898.1034-32.0352
CIE-Lab75.049312.6889-33.9036

#aeb4f7 color RGB value is (174,180,247).

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

The process color (four color CMYK) of #aeb4f7 color hex is 0.30, 0.27, 0.00, 0.03. Web safe color of #aeb4f7 is #99ccff. Color #aeb4f7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11110111
Octal 256 264 367
Decimal 174 180 247
Hex AE B4 F7

RGB Percentages of Color #aeb4f7

%28.95
%29.95
%41.10

CMYK Percentages of Color #aeb4f7

%30
%27
%0
%3

Triadic Colors of #aeb4f7

#aeb4f7 #f7aeb4 #b4f7ae

Analogous Colors of #aeb4f7

#aeb4f7 #cdaef7 #aed9f7

Monochromatic Colors of #aeb4f7

#aeb4f7

Complementary Color

#aeb4f7 #f7f1ae

#aeb4f7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4f7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4f7 Color CSS Codes

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

#aeb4f7 Text Font Color

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

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


#aeb4f7 Background Color

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

This div background color is #aeb4f7


#aeb4f7 Border Color

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

This div border color is #aeb4f7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4f7


Comments

No comments written yet.

Please login to write comment.