Color Hex Logo

#addbd1 Color Hex

#ADDBD1
(173,219,209)
0 Favorites   0 Comments

Color spaces of #addbd1

RGB 173219209
HSL0.460.390.77
HSV167°21°86°
CMYK 0.210.000.05   0.14
XYZ54.073764.150769.8539
Yxy64.15070.28750.3411
Hunter Lab80.0941-19.65464.3563
CIE-Lab84.0442-16.9208-0.0039

#addbd1 color RGB value is (173,219,209).

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

The process color (four color CMYK) of #addbd1 color hex is 0.21, 0.00, 0.05, 0.14. Web safe color of #addbd1 is #99cccc. Color #addbd1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11010001
Octal 255 333 321
Decimal 173 219 209
Hex AD DB D1

RGB Percentages of Color #addbd1

%28.79
%36.44
%34.78

CMYK Percentages of Color #addbd1

%21
%0
%5
%14

Triadic Colors of #addbd1

#addbd1 #d1addb #dbd1ad

Analogous Colors of #addbd1

#addbd1 #adcedb #addbba

Monochromatic Colors of #addbd1

#addbd1

Complementary Color

#addbd1 #dbadb7

#addbd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbd1 Color CSS Codes

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

#addbd1 Text Font Color

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

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


#addbd1 Background Color

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

This div background color is #addbd1


#addbd1 Border Color

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

This div border color is #addbd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbd1


Comments

No comments written yet.

Please login to write comment.