Color Hex Logo

#addcb6 Color Hex

#ADDCB6
(173,220,182)
0 Favorites   0 Comments

Color spaces of #addcb6

RGB 173220182
HSL0.370.400.77
HSV131°21°86°
CMYK 0.210.000.17   0.14
XYZ51.270363.448053.8004
Yxy63.44800.30420.3765
Hunter Lab79.6543-24.501515.7121
CIE-Lab83.6775-22.627613.7433

#addcb6 color RGB value is (173,220,182).

#addcb6 hex color red value is 173, green value is 220 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #addcb6 hue: 0.37 , saturation: 0.40 and the lightness value of addcb6 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10110110
Octal 255 334 266
Decimal 173 220 182
Hex AD DC B6

RGB Percentages of Color #addcb6

%30.09
%38.26
%31.65

CMYK Percentages of Color #addcb6

%21
%0
%17
%14

Triadic Colors of #addcb6

#addcb6 #b6addc #dcb6ad

Analogous Colors of #addcb6

#addcb6 #addcce #bcdcad

Monochromatic Colors of #addcb6

#addcb6

Complementary Color

#addcb6 #dcadd3

#addcb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcb6 Color CSS Codes

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

#addcb6 Text Font Color

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

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


#addcb6 Background Color

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

This div background color is #addcb6


#addcb6 Border Color

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

This div border color is #addcb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcb6


Comments

No comments written yet.

Please login to write comment.