Color Hex Logo

#a5caac Color Hex

#A5CAAC
(165,202,172)
0 Favorites   0 Comments

Color spaces of #a5caac

RGB 165202172
HSL0.360.260.72
HSV131°18°79°
CMYK 0.180.000.15   0.21
XYZ44.084053.218946.9785
Yxy53.21890.30550.3689
Hunter Lab72.9513-19.798312.8849
CIE-Lab78.0041-18.154410.9486

#a5caac color RGB value is (165,202,172).

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

The process color (four color CMYK) of #a5caac color hex is 0.18, 0.00, 0.15, 0.21. Web safe color of #a5caac is #99cc99. Color #a5caac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 10101100
Octal 245 312 254
Decimal 165 202 172
Hex A5 CA AC

RGB Percentages of Color #a5caac

%30.61
%37.48
%31.91

CMYK Percentages of Color #a5caac

%18
%0
%15
%21

Triadic Colors of #a5caac

#a5caac #aca5ca #caaca5

Analogous Colors of #a5caac

#a5caac #a5cabf #b1caa5

Monochromatic Colors of #a5caac

#a5caac

Complementary Color

#a5caac #caa5c3

#a5caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5caac Color CSS Codes

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

#a5caac Text Font Color

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

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


#a5caac Background Color

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

This div background color is #a5caac


#a5caac Border Color

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

This div border color is #a5caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5caac


Comments

No comments written yet.

Please login to write comment.