Color Hex Logo

#addbd5 Color Hex

#ADDBD5
(173,219,213)
0 Favorites   0 Comments

Color spaces of #addbd5

RGB 173219213
HSL0.480.390.77
HSV172°21°86°
CMYK 0.210.000.03   0.14
XYZ54.575364.351472.4954
Yxy64.35140.28510.3362
Hunter Lab80.2193-18.94562.5723
CIE-Lab84.1484-16.0929-1.9716

#addbd5 color RGB value is (173,219,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011011 11010101
Octal 255 333 325
Decimal 173 219 213
Hex AD DB D5

RGB Percentages of Color #addbd5

%28.60
%36.20
%35.21

CMYK Percentages of Color #addbd5

%21
%0
%3
%14

Triadic Colors of #addbd5

#addbd5 #d5addb #dbd5ad

Analogous Colors of #addbd5

#addbd5 #adcadb #addbbe

Monochromatic Colors of #addbd5

#addbd5

Complementary Color

#addbd5 #dbadb3

#addbd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addbd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addbd5 Color CSS Codes

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

#addbd5 Text Font Color

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

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


#addbd5 Background Color

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

This div background color is #addbd5


#addbd5 Border Color

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

This div border color is #addbd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addbd5


Comments

No comments written yet.

Please login to write comment.