Color Hex Logo

#addcb9 Color Hex

#ADDCB9
(173,220,185)
0 Favorites   0 Comments

Color spaces of #addcb9

RGB 173220185
HSL0.380.400.77
HSV135°21°86°
CMYK 0.210.000.16   0.14
XYZ51.583763.573455.4511
Yxy63.57340.30240.3726
Hunter Lab79.7329-24.051014.5792
CIE-Lab83.7432-22.082812.2556

#addcb9 color RGB value is (173,220,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10111001
Octal 255 334 271
Decimal 173 220 185
Hex AD DC B9

RGB Percentages of Color #addcb9

%29.93
%38.06
%32.01

CMYK Percentages of Color #addcb9

%21
%0
%16
%14

Triadic Colors of #addcb9

#addcb9 #b9addc #dcb9ad

Analogous Colors of #addcb9

#addcb9 #addcd1 #b9dcad

Monochromatic Colors of #addcb9

#addcb9

Complementary Color

#addcb9 #dcadd0

#addcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcb9 Color CSS Codes

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

#addcb9 Text Font Color

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

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


#addcb9 Background Color

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

This div background color is #addcb9


#addcb9 Border Color

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

This div border color is #addcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcb9


Comments

No comments written yet.

Please login to write comment.