Color Hex Logo

#ada7db Color Hex

#ADA7DB
(173,167,219)
0 Favorites   0 Comments

Color spaces of #ada7db

RGB 173167219
HSL0.690.420.76
HSV247°24°86°
CMYK 0.210.240.00   0.14
XYZ43.838541.636172.7439
Yxy41.63610.27710.2632
Hunter Lab64.52608.3510-21.6728
CIE-Lab70.619312.9567-25.4969

#ada7db color RGB value is (173,167,219).

#ada7db hex color red value is 173, green value is 167 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ada7db hue: 0.69 , saturation: 0.42 and the lightness value of ada7db is 0.76.

The process color (four color CMYK) of #ada7db color hex is 0.21, 0.24, 0.00, 0.14. Web safe color of #ada7db is #9999cc. Color #ada7db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 11011011
Octal 255 247 333
Decimal 173 167 219
Hex AD A7 DB

RGB Percentages of Color #ada7db

%30.95
%29.87
%39.18

CMYK Percentages of Color #ada7db

%21
%24
%0
%14

Triadic Colors of #ada7db

#ada7db #dbada7 #a7dbad

Analogous Colors of #ada7db

#ada7db #c7a7db #a7bbdb

Monochromatic Colors of #ada7db

#ada7db

Complementary Color

#ada7db #d5dba7

#ada7db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7db Color CSS Codes

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

#ada7db Text Font Color

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

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


#ada7db Background Color

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

This div background color is #ada7db


#ada7db Border Color

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

This div border color is #ada7db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7db


Comments

No comments written yet.

Please login to write comment.