Color Hex Logo

#adaddf Color Hex

#ADADDF
(173,173,223)
0 Favorites   0 Comments

Color spaces of #adaddf

RGB 173173223
HSL0.670.440.78
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ45.496444.099175.9261
Yxy44.09910.27490.2664
Hunter Lab66.40726.0801-21.3038
CIE-Lab72.294710.5450-25.1215

#adaddf color RGB value is (173,173,223).

#adaddf hex color red value is 173, green value is 173 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #adaddf hue: 0.67 , saturation: 0.44 and the lightness value of adaddf is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101101 11011111
Octal 255 255 337
Decimal 173 173 223
Hex AD AD DF

RGB Percentages of Color #adaddf

%30.40
%30.40
%39.19

CMYK Percentages of Color #adaddf

%22
%22
%0
%13

Triadic Colors of #adaddf

#adaddf #dfadad #addfad

Analogous Colors of #adaddf

#adaddf #c6addf #adc6df

Monochromatic Colors of #adaddf

#adaddf

Complementary Color

#adaddf #dfdfad

#adaddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaddf Color CSS Codes

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

#adaddf Text Font Color

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

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


#adaddf Background Color

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

This div background color is #adaddf


#adaddf Border Color

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

This div border color is #adaddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaddf


Comments

No comments written yet.

Please login to write comment.