Color Hex Logo

#aeb4da Color Hex

#AEB4DA
(174,180,218)
0 Favorites   0 Comments

Color spaces of #aeb4da

RGB 174180218
HSL0.640.370.77
HSV232°20°85°
CMYK 0.200.170.00   0.15
XYZ46.431746.703172.8971
Yxy46.70310.27970.2813
Hunter Lab68.33971.6830-15.4062
CIE-Lab73.99955.8589-19.7917

#aeb4da color RGB value is (174,180,218).

#aeb4da hex color red value is 174, green value is 180 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #aeb4da hue: 0.64 , saturation: 0.37 and the lightness value of aeb4da is 0.77.

The process color (four color CMYK) of #aeb4da color hex is 0.20, 0.17, 0.00, 0.15. Web safe color of #aeb4da is #99cccc. Color #aeb4da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110100 11011010
Octal 256 264 332
Decimal 174 180 218
Hex AE B4 DA

RGB Percentages of Color #aeb4da

%30.42
%31.47
%38.11

CMYK Percentages of Color #aeb4da

%20
%17
%0
%15

Triadic Colors of #aeb4da

#aeb4da #daaeb4 #b4daae

Analogous Colors of #aeb4da

#aeb4da #beaeda #aecada

Monochromatic Colors of #aeb4da

#aeb4da

Complementary Color

#aeb4da #dad4ae

#aeb4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb4da Color CSS Codes

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

#aeb4da Text Font Color

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

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


#aeb4da Background Color

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

This div background color is #aeb4da


#aeb4da Border Color

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

This div border color is #aeb4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb4da


Comments

No comments written yet.

Please login to write comment.