Color Hex Logo

#acaddb Color Hex

#ACADDB
(172,173,219)
0 Favorites   0 Comments

Color spaces of #acaddb

RGB 172173219
HSL0.660.390.77
HSV239°21°86°
CMYK 0.210.210.00   0.14
XYZ44.743043.772373.1085
Yxy43.77230.27680.2708
Hunter Lab66.16064.9346-19.2039
CIE-Lab72.07609.3165-23.2769

#acaddb color RGB value is (172,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101101 11011011
Octal 254 255 333
Decimal 172 173 219
Hex AC AD DB

RGB Percentages of Color #acaddb

%30.50
%30.67
%38.83

CMYK Percentages of Color #acaddb

%21
%21
%0
%14

Triadic Colors of #acaddb

#acaddb #dbacad #addbac

Analogous Colors of #acaddb

#acaddb #c3acdb #acc5db

Monochromatic Colors of #acaddb

#acaddb

Complementary Color

#acaddb #dbdaac

#acaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaddb Color CSS Codes

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

#acaddb Text Font Color

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

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


#acaddb Background Color

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

This div background color is #acaddb


#acaddb Border Color

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

This div border color is #acaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaddb


Comments

No comments written yet.

Please login to write comment.