Color Hex Logo

#aebeee Color Hex

#AEBEEE
(174,190,238)
0 Favorites   0 Comments

Color spaces of #aebeee

RGB 174190238
HSL0.630.650.81
HSV225°27°93°
CMYK 0.270.200.00   0.07
XYZ51.301651.998688.2218
Yxy51.99860.26790.2715
Hunter Lab72.11010.7985-22.0603
CIE-Lab77.28005.0308-25.6251

#aebeee color RGB value is (174,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11101110
Octal 256 276 356
Decimal 174 190 238
Hex AE BE EE

RGB Percentages of Color #aebeee

%28.90
%31.56
%39.53

CMYK Percentages of Color #aebeee

%27
%20
%0
%7

Triadic Colors of #aebeee

#aebeee #eeaebe #beeeae

Analogous Colors of #aebeee

#aebeee #beaeee #aedeee

Monochromatic Colors of #aebeee

#aebeee

Complementary Color

#aebeee #eedeae

#aebeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeee Color CSS Codes

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

#aebeee Text Font Color

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

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


#aebeee Background Color

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

This div background color is #aebeee


#aebeee Border Color

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

This div border color is #aebeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeee


Comments

No comments written yet.

Please login to write comment.