Color Hex Logo

#ada2bc Color Hex

#ADA2BC
(173,162,188)
0 Favorites   0 Comments

Color spaces of #ada2bc

RGB 173162188
HSL0.740.160.69
HSV265°14°74°
CMYK 0.080.140.00   0.26
XYZ39.231038.355752.9127
Yxy38.35570.30060.2939
Hunter Lab61.93204.6904-7.3031
CIE-Lab68.28208.9934-11.9264

#ada2bc color RGB value is (173,162,188).

#ada2bc hex color red value is 173, green value is 162 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ada2bc hue: 0.74 , saturation: 0.16 and the lightness value of ada2bc is 0.69.

The process color (four color CMYK) of #ada2bc color hex is 0.08, 0.14, 0.00, 0.26. Web safe color of #ada2bc is #9999cc. Color #ada2bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10111100
Octal 255 242 274
Decimal 173 162 188
Hex AD A2 BC

RGB Percentages of Color #ada2bc

%33.08
%30.98
%35.95

CMYK Percentages of Color #ada2bc

%8
%14
%0
%26

Triadic Colors of #ada2bc

#ada2bc #bcada2 #a2bcad

Analogous Colors of #ada2bc

#ada2bc #baa2bc #a2a4bc

Monochromatic Colors of #ada2bc

#ada2bc

Complementary Color

#ada2bc #b1bca2

#ada2bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada2bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada2bc Color CSS Codes

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

#ada2bc Text Font Color

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

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


#ada2bc Background Color

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

This div background color is #ada2bc


#ada2bc Border Color

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

This div border color is #ada2bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada2bc


Comments

No comments written yet.

Please login to write comment.