Color Hex Logo

#ada4ca Color Hex

#ADA4CA
(173,164,202)
0 Favorites   0 Comments

Color spaces of #ada4ca

RGB 173164202
HSL0.710.260.72
HSV254°19°79°
CMYK 0.140.190.00   0.21
XYZ41.169739.699461.3700
Yxy39.69940.28940.2791
Hunter Lab63.00756.3706-13.6439
CIE-Lab69.254910.8337-18.2159

#ada4ca color RGB value is (173,164,202).

#ada4ca hex color red value is 173, green value is 164 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ada4ca hue: 0.71 , saturation: 0.26 and the lightness value of ada4ca is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 11001010
Octal 255 244 312
Decimal 173 164 202
Hex AD A4 CA

RGB Percentages of Color #ada4ca

%32.10
%30.43
%37.48

CMYK Percentages of Color #ada4ca

%14
%19
%0
%21

Triadic Colors of #ada4ca

#ada4ca #caada4 #a4caad

Analogous Colors of #ada4ca

#ada4ca #c0a4ca #a4aeca

Monochromatic Colors of #ada4ca

#ada4ca

Complementary Color

#ada4ca #c1caa4

#ada4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada4ca Color CSS Codes

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

#ada4ca Text Font Color

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

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


#ada4ca Background Color

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

This div background color is #ada4ca


#ada4ca Border Color

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

This div border color is #ada4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada4ca


Comments

No comments written yet.

Please login to write comment.