Color Hex Logo

#adabdb Color Hex

#ADABDB
(173,171,219)
0 Favorites   0 Comments

Color spaces of #adabdb

RGB 173171219
HSL0.670.400.76
HSV243°22°86°
CMYK 0.210.220.00   0.14
XYZ44.582743.124572.9919
Yxy43.12450.27740.2684
Hunter Lab65.66926.2621-19.9328
CIE-Lab71.639410.7335-23.9366

#adabdb color RGB value is (173,171,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101011 11011011
Octal 255 253 333
Decimal 173 171 219
Hex AD AB DB

RGB Percentages of Color #adabdb

%30.73
%30.37
%38.90

CMYK Percentages of Color #adabdb

%21
%22
%0
%14

Triadic Colors of #adabdb

#adabdb #dbadab #abdbad

Analogous Colors of #adabdb

#adabdb #c5abdb #abc1db

Monochromatic Colors of #adabdb

#adabdb

Complementary Color

#adabdb #d9dbab

#adabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabdb Color CSS Codes

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

#adabdb Text Font Color

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

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


#adabdb Background Color

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

This div background color is #adabdb


#adabdb Border Color

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

This div border color is #adabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabdb


Comments

No comments written yet.

Please login to write comment.