Color Hex Logo

#adaddb Color Hex

#ADADDB
(173,173,219)
0 Favorites   0 Comments

Color spaces of #adaddb

RGB 173173219
HSL0.670.390.77
HSV240°21°86°
CMYK 0.210.210.00   0.14
XYZ44.963343.885973.1188
Yxy43.88590.27760.2710
Hunter Lab66.24645.2217-19.0682
CIE-Lab72.15229.6257-23.1539

#adaddb color RGB value is (173,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11011011
Octal 255 255 333
Decimal 173 173 219
Hex AD AD DB

RGB Percentages of Color #adaddb

%30.62
%30.62
%38.76

CMYK Percentages of Color #adaddb

%21
%21
%0
%14

Triadic Colors of #adaddb

#adaddb #dbadad #addbad

Analogous Colors of #adaddb

#adaddb #c4addb #adc4db

Monochromatic Colors of #adaddb

#adaddb

Complementary Color

#adaddb #dbdbad

#adaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaddb Color CSS Codes

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

#adaddb Text Font Color

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

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


#adaddb Background Color

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

This div background color is #adaddb


#adaddb Border Color

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

This div border color is #adaddb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,173,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 #adaddb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaddb


Comments

No comments written yet.

Please login to write comment.