Color Hex Logo

#ad0eef Color Hex

#AD0EEF
(173,14,239)
0 Favorites   0 Comments

Color spaces of #ad0eef

RGB 17314239
HSL0.780.890.50
HSV282°94°94°
CMYK 0.280.940.00   0.06
XYZ32.970615.430382.9020
Yxy15.43030.25110.1175
Hunter Lab39.281481.0803-97.6324
CIE-Lab46.218083.1362-75.3546

#ad0eef color RGB value is (173,14,239).

#ad0eef hex color red value is 173, green value is 14 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ad0eef hue: 0.78 , saturation: 0.89 and the lightness value of ad0eef is 0.50.

The process color (four color CMYK) of #ad0eef color hex is 0.28, 0.94, 0.00, 0.06. Web safe color of #ad0eef is #9900ff. Color #ad0eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 00001110 11101111
Octal 255 16 357
Decimal 173 14 239
Hex AD E EF

RGB Percentages of Color #ad0eef

%40.61
%3.29
%56.10

CMYK Percentages of Color #ad0eef

%28
%94
%0
%6

Triadic Colors of #ad0eef

#ad0eef #efad0e #0eefad

Analogous Colors of #ad0eef

#ad0eef #ef0ec1 #3d0eef

Monochromatic Colors of #ad0eef

#ad0eef

Complementary Color

#ad0eef #50ef0e

#ad0eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ad0eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ad0eef Color CSS Codes

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

#ad0eef Text Font Color

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

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


#ad0eef Background Color

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

This div background color is #ad0eef


#ad0eef Border Color

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

This div border color is #ad0eef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,14,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ad0eef


Comments

No comments written yet.

Please login to write comment.