Color Hex Logo

#ada8be Color Hex

#ADA8BE
(173,168,190)
0 Favorites   0 Comments

Color spaces of #ada8be

RGB 173168190
HSL0.700.140.70
HSV254°12°75°
CMYK 0.090.120.00   0.25
XYZ40.530540.607254.4170
Yxy40.60720.29900.2996
Hunter Lab63.72382.0155-6.0241
CIE-Lab69.89986.0857-10.6131

#ada8be color RGB value is (173,168,190).

#ada8be hex color red value is 173, green value is 168 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ada8be hue: 0.70 , saturation: 0.14 and the lightness value of ada8be is 0.70.

The process color (four color CMYK) of #ada8be color hex is 0.09, 0.12, 0.00, 0.25. Web safe color of #ada8be is #9999cc. Color #ada8be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10111110
Octal 255 250 276
Decimal 173 168 190
Hex AD A8 BE

RGB Percentages of Color #ada8be

%32.58
%31.64
%35.78

CMYK Percentages of Color #ada8be

%9
%12
%0
%25

Triadic Colors of #ada8be

#ada8be #beada8 #a8bead

Analogous Colors of #ada8be

#ada8be #b8a8be #a8aebe

Monochromatic Colors of #ada8be

#ada8be

Complementary Color

#ada8be #b9bea8

#ada8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada8be Color CSS Codes

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

#ada8be Text Font Color

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

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


#ada8be Background Color

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

This div background color is #ada8be


#ada8be Border Color

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

This div border color is #ada8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada8be


Comments

No comments written yet.

Please login to write comment.