Color Hex Logo

#aeb3da Color Hex

#AEB3DA
(174,179,218)
0 Favorites   0 Comments

Color spaces of #aeb3da

RGB 174179218
HSL0.650.370.77
HSV233°20°85°
CMYK 0.200.180.00   0.15
XYZ46.230546.300872.8300
Yxy46.30080.27960.2800
Hunter Lab68.04472.1971-15.8283
CIE-Lab73.74036.4064-20.1849

#aeb3da color RGB value is (174,179,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 11011010
Octal 256 263 332
Decimal 174 179 218
Hex AE B3 DA

RGB Percentages of Color #aeb3da

%30.47
%31.35
%38.18

CMYK Percentages of Color #aeb3da

%20
%18
%0
%15

Triadic Colors of #aeb3da

#aeb3da #daaeb3 #b3daae

Analogous Colors of #aeb3da

#aeb3da #bfaeda #aec9da

Monochromatic Colors of #aeb3da

#aeb3da

Complementary Color

#aeb3da #dad5ae

#aeb3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb3da Color CSS Codes

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

#aeb3da Text Font Color

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

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


#aeb3da Background Color

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

This div background color is #aeb3da


#aeb3da Border Color

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

This div border color is #aeb3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb3da


Comments

No comments written yet.

Please login to write comment.