Color Hex Logo

#ad94ee Color Hex

#AD94EE
(173,148,238)
0 Favorites   0 Comments

Color spaces of #ad94ee

RGB 173148238
HSL0.710.730.76
HSV257°38°93°
CMYK 0.270.380.00   0.07
XYZ43.256136.237185.6035
Yxy36.23710.26200.2195
Hunter Lab60.197322.9200-42.1753
CIE-Lab66.700728.1289-42.0022

#ad94ee color RGB value is (173,148,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10010100 11101110
Octal 255 224 356
Decimal 173 148 238
Hex AD 94 EE

RGB Percentages of Color #ad94ee

%30.95
%26.48
%42.58

CMYK Percentages of Color #ad94ee

%27
%38
%0
%7

Triadic Colors of #ad94ee

#ad94ee #eead94 #94eead

Analogous Colors of #ad94ee

#ad94ee #da94ee #94a8ee

Monochromatic Colors of #ad94ee

#ad94ee

Complementary Color

#ad94ee #d5ee94

#ad94ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad94ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad94ee Color CSS Codes

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

#ad94ee Text Font Color

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

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


#ad94ee Background Color

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

This div background color is #ad94ee


#ad94ee Border Color

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

This div border color is #ad94ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad94ee


Comments

No comments written yet.

Please login to write comment.