Color Hex Logo

#addbd0 Color Hex

#ADDBD0
(173,219,208)
0 Favorites   0 Comments

Color spaces of #addbd0

RGB 173219208
HSL0.460.390.77
HSV166°21°86°
CMYK 0.210.000.05   0.14
XYZ53.950364.101369.2038
Yxy64.10130.28810.3423
Hunter Lab80.0633-19.82934.7962
CIE-Lab84.0185-17.12550.4886

#addbd0 color RGB value is (173,219,208).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11010000
Octal 255 333 320
Decimal 173 219 208
Hex AD DB D0

RGB Percentages of Color #addbd0

%28.83
%36.50
%34.67

CMYK Percentages of Color #addbd0

%21
%0
%5
%14

Triadic Colors of #addbd0

#addbd0 #d0addb #dbd0ad

Analogous Colors of #addbd0

#addbd0 #adcfdb #addbb9

Monochromatic Colors of #addbd0

#addbd0

Complementary Color

#addbd0 #dbadb8

#addbd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbd0 Color CSS Codes

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

#addbd0 Text Font Color

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

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


#addbd0 Background Color

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

This div background color is #addbd0


#addbd0 Border Color

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

This div border color is #addbd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbd0


Comments

No comments written yet.

Please login to write comment.