Color Hex Logo

#ada3ef Color Hex

#ADA3EF
(173,163,239)
0 Favorites   0 Comments

Color spaces of #ada3ef

RGB 173163239
HSL0.690.700.79
HSV248°32°94°
CMYK 0.280.320.00   0.06
XYZ45.910841.310687.2153
Yxy41.31060.26320.2368
Hunter Lab64.273315.0253-35.4619
CIE-Lab70.393019.9259-36.7875

#ada3ef color RGB value is (173,163,239).

#ada3ef hex color red value is 173, green value is 163 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #ada3ef hue: 0.69 , saturation: 0.70 and the lightness value of ada3ef is 0.79.

The process color (four color CMYK) of #ada3ef color hex is 0.28, 0.32, 0.00, 0.06. Web safe color of #ada3ef is #9999ff. Color #ada3ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 11101111
Octal 255 243 357
Decimal 173 163 239
Hex AD A3 EF

RGB Percentages of Color #ada3ef

%30.09
%28.35
%41.57

CMYK Percentages of Color #ada3ef

%28
%32
%0
%6

Triadic Colors of #ada3ef

#ada3ef #efada3 #a3efad

Analogous Colors of #ada3ef

#ada3ef #d3a3ef #a3bfef

Monochromatic Colors of #ada3ef

#ada3ef

Complementary Color

#ada3ef #e5efa3

#ada3ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada3ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada3ef Color CSS Codes

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

#ada3ef Text Font Color

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

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


#ada3ef Background Color

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

This div background color is #ada3ef


#ada3ef Border Color

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

This div border color is #ada3ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada3ef


Comments

No comments written yet.

Please login to write comment.