color codes Logo

#ada2da color codes

#ADA2DA
(173,162,218)
0 Favorites   0 Comments

Color spaces of #ada2da

RGB 173162218
HSL0.700.430.75
HSV252°26°85°
CMYK 0.210.260.00   0.15
XYZ42.808839.786971.7530
Yxy39.78690.27740.2578
Hunter Lab63.076910.7593-23.2915
CIE-Lab69.317515.5193-26.9439

#ada2da color RGB value is (173,162,218).

#ada2da hex color red value is 173, green value is 162 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ada2da hue: 0.70 , saturation: 0.43 and the lightness value of ada2da is 0.75.

The process color (four color CMYK) of #ada2da color code is 0.21, 0.26, 0.00, 0.15. Web safe color of #ada2da is #9999cc. Color #ada2da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 11011010
Octal 255 242 332
Decimal 173 162 218
Hex AD A2 DA

RGB Percentages of Color #ada2da

%31.28
%29.29
%39.42

CMYK Percentages of Color #ada2da

%21
%26
%0
%15

Triadic Colors of #ada2da

#ada2da #daada2 #a2daad

Analogous Colors of #ada2da

#ada2da #c9a2da #a2b3da

Monochromatic Colors of #ada2da

#ada2da

Complementary Color

#ada2da #cfdaa2

#ada2da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2da Color CSS Codes

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

#ada2da Text Font Color

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

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


#ada2da Background Color

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

This div background color is #ada2da


#ada2da Border Color

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

This div border color is #ada2da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2da


Comments

No comments written yet.

Please login to write comment.