Color Hex Logo

#addcbd Color Hex

#ADDCBD
(173,220,189)
0 Favorites   0 Comments

Color spaces of #addcbd

RGB 173220189
HSL0.390.400.77
HSV140°21°86°
CMYK 0.210.000.14   0.14
XYZ52.012163.744857.7068
Yxy63.74480.29980.3675
Hunter Lab79.8403-23.436513.0348
CIE-Lab83.8327-21.342910.2730

#addcbd color RGB value is (173,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10111101
Octal 255 334 275
Decimal 173 220 189
Hex AD DC BD

RGB Percentages of Color #addcbd

%29.73
%37.80
%32.47

CMYK Percentages of Color #addcbd

%21
%0
%14
%14

Triadic Colors of #addcbd

#addcbd #bdaddc #dcbdad

Analogous Colors of #addcbd

#addcbd #addcd5 #b5dcad

Monochromatic Colors of #addcbd

#addcbd

Complementary Color

#addcbd #dcadcc

#addcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcbd Color CSS Codes

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

#addcbd Text Font Color

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

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


#addcbd Background Color

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

This div background color is #addcbd


#addcbd Border Color

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

This div border color is #addcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcbd


Comments

No comments written yet.

Please login to write comment.