Color Hex Logo

#a5cdac Color Hex

#A5CDAC
(165,205,172)
0 Favorites   0 Comments

Color spaces of #a5cdac

RGB 165205172
HSL0.360.290.73
HSV131°20°80°
CMYK 0.200.000.16   0.20
XYZ44.794854.640547.2155
Yxy54.64050.30550.3726
Hunter Lab73.9192-21.188213.8723
CIE-Lab78.8337-19.661512.1254

#a5cdac color RGB value is (165,205,172).

#a5cdac hex color red value is 165, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #a5cdac hue: 0.36 , saturation: 0.29 and the lightness value of a5cdac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001101 10101100
Octal 245 315 254
Decimal 165 205 172
Hex A5 CD AC

RGB Percentages of Color #a5cdac

%30.44
%37.82
%31.73

CMYK Percentages of Color #a5cdac

%20
%0
%16
%20

Triadic Colors of #a5cdac

#a5cdac #aca5cd #cdaca5

Analogous Colors of #a5cdac

#a5cdac #a5cdc0 #b2cda5

Monochromatic Colors of #a5cdac

#a5cdac

Complementary Color

#a5cdac #cda5c6

#a5cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5cdac Color CSS Codes

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

#a5cdac Text Font Color

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

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


#a5cdac Background Color

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

This div background color is #a5cdac


#a5cdac Border Color

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

This div border color is #a5cdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5cdac


Comments

No comments written yet.

Please login to write comment.