Color Hex Logo

#addcb7 Color Hex

#ADDCB7
(173,220,183)
0 Favorites   0 Comments

Color spaces of #addcb7

RGB 173220183
HSL0.370.400.77
HSV133°21°86°
CMYK 0.210.000.17   0.14
XYZ51.374063.489554.3468
Yxy63.48950.30360.3752
Hunter Lab79.6803-24.352415.3368
CIE-Lab83.6993-22.447013.2473

#addcb7 color RGB value is (173,220,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10110111
Octal 255 334 267
Decimal 173 220 183
Hex AD DC B7

RGB Percentages of Color #addcb7

%30.03
%38.19
%31.77

CMYK Percentages of Color #addcb7

%21
%0
%17
%14

Triadic Colors of #addcb7

#addcb7 #b7addc #dcb7ad

Analogous Colors of #addcb7

#addcb7 #addccf #bbdcad

Monochromatic Colors of #addcb7

#addcb7

Complementary Color

#addcb7 #dcadd2

#addcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addcb7 Color CSS Codes

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

#addcb7 Text Font Color

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

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


#addcb7 Background Color

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

This div background color is #addcb7


#addcb7 Border Color

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

This div border color is #addcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addcb7


Comments

No comments written yet.

Please login to write comment.