Color Hex Logo

#add3db Color Hex

#ADD3DB
(173,211,219)
0 Favorites   0 Comments

Color spaces of #add3db

RGB 173211219
HSL0.530.390.77
HSV190°21°86°
CMYK 0.210.040.00   0.14
XYZ53.314060.587275.9024
Yxy60.58720.28090.3192
Hunter Lab77.8378-13.9548-3.3294
CIE-Lab82.1563-10.7329-8.1002

#add3db color RGB value is (173,211,219).

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

The process color (four color CMYK) of #add3db color hex is 0.21, 0.04, 0.00, 0.14. Web safe color of #add3db is #99cccc. Color #add3db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11010011 11011011
Octal 255 323 333
Decimal 173 211 219
Hex AD D3 DB

RGB Percentages of Color #add3db

%28.69
%34.99
%36.32

CMYK Percentages of Color #add3db

%21
%4
%0
%14

Triadic Colors of #add3db

#add3db #dbadd3 #d3dbad

Analogous Colors of #add3db

#add3db #adbcdb #addbcc

Monochromatic Colors of #add3db

#add3db

Complementary Color

#add3db #dbb5ad

#add3db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#add3db Color Preview on White Background

Lorem ipsum dolor sit amet.

#add3db Color CSS Codes

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

#add3db Text Font Color

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

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


#add3db Background Color

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

This div background color is #add3db


#add3db Border Color

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

This div border color is #add3db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #add3db


Comments

No comments written yet.

Please login to write comment.