Color Hex Logo

#aebeea Color Hex

#AEBEEA
(174,190,234)
0 Favorites   0 Comments

Color spaces of #aebeea

RGB 174190234
HSL0.620.590.80
HSV224°26°92°
CMYK 0.260.190.00   0.08
XYZ50.720351.766185.1605
Yxy51.76610.27030.2759
Hunter Lab71.9487-0.0764-19.8133
CIE-Lab77.14084.0875-23.6831

#aebeea color RGB value is (174,190,234).

#aebeea hex color red value is 174, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aebeea hue: 0.62 , saturation: 0.59 and the lightness value of aebeea is 0.80.

The process color (four color CMYK) of #aebeea color hex is 0.26, 0.19, 0.00, 0.08. Web safe color of #aebeea is #99ccff. Color #aebeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111110 11101010
Octal 256 276 352
Decimal 174 190 234
Hex AE BE EA

RGB Percentages of Color #aebeea

%29.10
%31.77
%39.13

CMYK Percentages of Color #aebeea

%26
%19
%0
%8

Triadic Colors of #aebeea

#aebeea #eaaebe #beeaae

Analogous Colors of #aebeea

#aebeea #bcaeea #aedcea

Monochromatic Colors of #aebeea

#aebeea

Complementary Color

#aebeea #eadaae

#aebeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebeea Color CSS Codes

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

#aebeea Text Font Color

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

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


#aebeea Background Color

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

This div background color is #aebeea


#aebeea Border Color

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

This div border color is #aebeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebeea


Comments

No comments written yet.

Please login to write comment.