Color Hex Logo

#ae94ee Color Hex

#AE94EE
(174,148,238)
0 Favorites   0 Comments

Color spaces of #ae94ee

RGB 174148238
HSL0.710.730.76
HSV257°38°93°
CMYK 0.270.380.00   0.07
XYZ43.478136.351585.6139
Yxy36.35150.26280.2197
Hunter Lab60.292223.2091-41.9862
CIE-Lab66.787628.4110-41.8598

#ae94ee color RGB value is (174,148,238).

#ae94ee hex color red value is 174, green value is 148 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ae94ee hue: 0.71 , saturation: 0.73 and the lightness value of ae94ee is 0.76.

The process color (four color CMYK) of #ae94ee color hex is 0.27, 0.38, 0.00, 0.07. Web safe color of #ae94ee is #9999ff. Color #ae94ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10010100 11101110
Octal 256 224 356
Decimal 174 148 238
Hex AE 94 EE

RGB Percentages of Color #ae94ee

%31.07
%26.43
%42.50

CMYK Percentages of Color #ae94ee

%27
%38
%0
%7

Triadic Colors of #ae94ee

#ae94ee #eeae94 #94eeae

Analogous Colors of #ae94ee

#ae94ee #db94ee #94a7ee

Monochromatic Colors of #ae94ee

#ae94ee

Complementary Color

#ae94ee #d4ee94

#ae94ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ae94ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ae94ee Color CSS Codes

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

#ae94ee Text Font Color

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

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


#ae94ee Background Color

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

This div background color is #ae94ee


#ae94ee Border Color

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

This div border color is #ae94ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ae94ee


Comments

No comments written yet.

Please login to write comment.