Color Hex Logo

#aeb3ee Color Hex

#AEB3EE
(174,179,238)
0 Favorites   0 Comments

Color spaces of #aeb3ee

RGB 174179238
HSL0.650.650.81
HSV235°27°93°
CMYK 0.270.250.00   0.07
XYZ49.008347.411987.4573
Yxy47.41190.26650.2578
Hunter Lab68.85636.5484-27.1073
CIE-Lab74.452511.0596-29.9600

#aeb3ee color RGB value is (174,179,238).

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

The process color (four color CMYK) of #aeb3ee color hex is 0.27, 0.25, 0.00, 0.07. Web safe color of #aeb3ee is #99ccff. Color #aeb3ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 11101110
Octal 256 263 356
Decimal 174 179 238
Hex AE B3 EE

RGB Percentages of Color #aeb3ee

%29.44
%30.29
%40.27

CMYK Percentages of Color #aeb3ee

%27
%25
%0
%7

Triadic Colors of #aeb3ee

#aeb3ee #eeaeb3 #b3eeae

Analogous Colors of #aeb3ee

#aeb3ee #c9aeee #aed3ee

Monochromatic Colors of #aeb3ee

#aeb3ee

Complementary Color

#aeb3ee #eee9ae

#aeb3ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb3ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb3ee Color CSS Codes

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

#aeb3ee Text Font Color

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

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


#aeb3ee Background Color

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

This div background color is #aeb3ee


#aeb3ee Border Color

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

This div border color is #aeb3ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb3ee


Comments

No comments written yet.

Please login to write comment.