Color Hex Logo

#ada1c3 Color Hex

#ADA1C3
(173,161,195)
0 Favorites   0 Comments

Color spaces of #ada1c3

RGB 173161195
HSL0.730.220.70
HSV261°17°76°
CMYK 0.110.170.00   0.24
XYZ39.828838.314156.9259
Yxy38.31410.29490.2837
Hunter Lab61.89846.5345-11.1982
CIE-Lab68.251511.0061-15.8578

#ada1c3 color RGB value is (173,161,195).

#ada1c3 hex color red value is 173, green value is 161 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #ada1c3 hue: 0.73 , saturation: 0.22 and the lightness value of ada1c3 is 0.70.

The process color (four color CMYK) of #ada1c3 color hex is 0.11, 0.17, 0.00, 0.24. Web safe color of #ada1c3 is #9999cc. Color #ada1c3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 11000011
Octal 255 241 303
Decimal 173 161 195
Hex AD A1 C3

RGB Percentages of Color #ada1c3

%32.70
%30.43
%36.86

CMYK Percentages of Color #ada1c3

%11
%17
%0
%24

Triadic Colors of #ada1c3

#ada1c3 #c3ada1 #a1c3ad

Analogous Colors of #ada1c3

#ada1c3 #bea1c3 #a1a6c3

Monochromatic Colors of #ada1c3

#ada1c3

Complementary Color

#ada1c3 #b7c3a1

#ada1c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada1c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada1c3 Color CSS Codes

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

#ada1c3 Text Font Color

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

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


#ada1c3 Background Color

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

This div background color is #ada1c3


#ada1c3 Border Color

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

This div border color is #ada1c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada1c3


Comments

No comments written yet.

Please login to write comment.