Color Hex Logo

#ada9ca Color Hex

#ADA9CA
(173,169,202)
0 Favorites   0 Comments

Color spaces of #ada9ca

RGB 173169202
HSL0.690.240.73
HSV247°16°79°
CMYK 0.140.160.00   0.21
XYZ42.082241.524461.6742
Yxy41.52440.28970.2858
Hunter Lab64.43943.8005-11.6381
CIE-Lab70.54188.0614-16.2697

#ada9ca color RGB value is (173,169,202).

#ada9ca hex color red value is 173, green value is 169 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ada9ca hue: 0.69 , saturation: 0.24 and the lightness value of ada9ca is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 11001010
Octal 255 251 312
Decimal 173 169 202
Hex AD A9 CA

RGB Percentages of Color #ada9ca

%31.80
%31.07
%37.13

CMYK Percentages of Color #ada9ca

%14
%16
%0
%21

Triadic Colors of #ada9ca

#ada9ca #caada9 #a9caad

Analogous Colors of #ada9ca

#ada9ca #bea9ca #a9b6ca

Monochromatic Colors of #ada9ca

#ada9ca

Complementary Color

#ada9ca #c6caa9

#ada9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada9ca Color CSS Codes

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

#ada9ca Text Font Color

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

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


#ada9ca Background Color

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

This div background color is #ada9ca


#ada9ca Border Color

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

This div border color is #ada9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada9ca


Comments

No comments written yet.

Please login to write comment.