Color Hex Logo

#addca7 Color Hex

#ADDCA7
(173,220,167)
0 Favorites   0 Comments

Color spaces of #addca7

RGB 173220167
HSL0.310.430.76
HSV113°24°86°
CMYK 0.210.000.24   0.14
XYZ49.801862.860746.0677
Yxy62.86070.31380.3960
Hunter Lab79.2847-26.625621.0494
CIE-Lab83.3690-25.221521.1816

#addca7 color RGB value is (173,220,167).

#addca7 hex color red value is 173, green value is 220 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #addca7 hue: 0.31 , saturation: 0.43 and the lightness value of addca7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011100 10100111
Octal 255 334 247
Decimal 173 220 167
Hex AD DC A7

RGB Percentages of Color #addca7

%30.89
%39.29
%29.82

CMYK Percentages of Color #addca7

%21
%0
%24
%14

Triadic Colors of #addca7

#addca7 #a7addc #dca7ad

Analogous Colors of #addca7

#addca7 #a7dcbc #c8dca7

Monochromatic Colors of #addca7

#addca7

Complementary Color

#addca7 #d6a7dc

#addca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addca7 Color CSS Codes

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

#addca7 Text Font Color

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

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


#addca7 Background Color

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

This div background color is #addca7


#addca7 Border Color

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

This div border color is #addca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addca7


Comments

No comments written yet.

Please login to write comment.