Color Hex Logo

#adabd5 Color Hex

#ADABD5
(173,171,213)
0 Favorites   0 Comments

Color spaces of #adabd5

RGB 173171213
HSL0.670.330.75
HSV243°20°84°
CMYK 0.190.200.00   0.16
XYZ43.806742.814268.9059
Yxy42.81420.28170.2753
Hunter Lab65.43264.9977-16.6345
CIE-Lab71.42879.3746-20.9708

#adabd5 color RGB value is (173,171,213).

#adabd5 hex color red value is 173, green value is 171 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #adabd5 hue: 0.67 , saturation: 0.33 and the lightness value of adabd5 is 0.75.

The process color (four color CMYK) of #adabd5 color hex is 0.19, 0.20, 0.00, 0.16. Web safe color of #adabd5 is #9999cc. Color #adabd5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11010101
Octal 255 253 325
Decimal 173 171 213
Hex AD AB D5

RGB Percentages of Color #adabd5

%31.06
%30.70
%38.24

CMYK Percentages of Color #adabd5

%19
%20
%0
%16

Triadic Colors of #adabd5

#adabd5 #d5adab #abd5ad

Analogous Colors of #adabd5

#adabd5 #c2abd5 #abbed5

Monochromatic Colors of #adabd5

#adabd5

Complementary Color

#adabd5 #d3d5ab

#adabd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabd5 Color CSS Codes

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

#adabd5 Text Font Color

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

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


#adabd5 Background Color

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

This div background color is #adabd5


#adabd5 Border Color

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

This div border color is #adabd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabd5


Comments

No comments written yet.

Please login to write comment.