Color Hex Logo

#adcaa7 Color Hex

#ADCAA7
(173,202,167)
0 Favorites   0 Comments

Color spaces of #adcaa7

RGB 173202167
HSL0.300.250.72
HSV110°17°79°
CMYK 0.140.000.17   0.21
XYZ45.329253.915344.5768
Yxy53.91530.31520.3749
Hunter Lab73.4270-18.302715.4046
CIE-Lab78.4123-16.303814.2731

#adcaa7 color RGB value is (173,202,167).

#adcaa7 hex color red value is 173, green value is 202 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #adcaa7 hue: 0.30 , saturation: 0.25 and the lightness value of adcaa7 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10100111
Octal 255 312 247
Decimal 173 202 167
Hex AD CA A7

RGB Percentages of Color #adcaa7

%31.92
%37.27
%30.81

CMYK Percentages of Color #adcaa7

%14
%0
%17
%21

Triadic Colors of #adcaa7

#adcaa7 #a7adca #caa7ad

Analogous Colors of #adcaa7

#adcaa7 #a7cab3 #bfcaa7

Monochromatic Colors of #adcaa7

#adcaa7

Complementary Color

#adcaa7 #c4a7ca

#adcaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaa7 Color CSS Codes

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

#adcaa7 Text Font Color

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

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


#adcaa7 Background Color

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

This div background color is #adcaa7


#adcaa7 Border Color

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

This div border color is #adcaa7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,202,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 #adcaa7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaa7


Comments

No comments written yet.

Please login to write comment.