Color Hex Logo

#adcaa3 Color Hex

#ADCAA3
(173,202,163)
0 Favorites   0 Comments

Color spaces of #adcaa3

RGB 173202163
HSL0.290.270.72
HSV105°19°79°
CMYK 0.140.000.19   0.21
XYZ44.965053.769642.6590
Yxy53.76960.31800.3803
Hunter Lab73.3278-18.866416.8370
CIE-Lab78.3272-16.985916.2873

#adcaa3 color RGB value is (173,202,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001010 10100011
Octal 255 312 243
Decimal 173 202 163
Hex AD CA A3

RGB Percentages of Color #adcaa3

%32.16
%37.55
%30.30

CMYK Percentages of Color #adcaa3

%14
%0
%19
%21

Triadic Colors of #adcaa3

#adcaa3 #a3adca #caa3ad

Analogous Colors of #adcaa3

#adcaa3 #a3caad #c1caa3

Monochromatic Colors of #adcaa3

#adcaa3

Complementary Color

#adcaa3 #c0a3ca

#adcaa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcaa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcaa3 Color CSS Codes

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

#adcaa3 Text Font Color

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

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


#adcaa3 Background Color

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

This div background color is #adcaa3


#adcaa3 Border Color

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

This div border color is #adcaa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcaa3


Comments

No comments written yet.

Please login to write comment.