Color Hex Logo

#adcca5 Color Hex

#ADCCA5
(173,204,165)
0 Favorites   0 Comments

Color spaces of #adcca5

RGB 173204165
HSL0.300.280.72
HSV108°19°80°
CMYK 0.150.000.19   0.20
XYZ45.618054.786643.7679
Yxy54.78660.31640.3800
Hunter Lab74.0180-19.520216.7535
CIE-Lab78.9182-17.656416.0490

#adcca5 color RGB value is (173,204,165).

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

The process color (four color CMYK) of #adcca5 color hex is 0.15, 0.00, 0.19, 0.20. Web safe color of #adcca5 is #99cc99. Color #adcca5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11001100 10100101
Octal 255 314 245
Decimal 173 204 165
Hex AD CC A5

RGB Percentages of Color #adcca5

%31.92
%37.64
%30.44

CMYK Percentages of Color #adcca5

%15
%0
%19
%20

Triadic Colors of #adcca5

#adcca5 #a5adcc #cca5ad

Analogous Colors of #adcca5

#adcca5 #a5ccb1 #c1cca5

Monochromatic Colors of #adcca5

#adcca5

Complementary Color

#adcca5 #c4a5cc

#adcca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adcca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adcca5 Color CSS Codes

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

#adcca5 Text Font Color

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

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


#adcca5 Background Color

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

This div background color is #adcca5


#adcca5 Border Color

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

This div border color is #adcca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adcca5


Comments

No comments written yet.

Please login to write comment.