Color Hex Logo

#a5caaf Color Hex

#A5CAAF
(165,202,175)
0 Favorites   0 Comments

Color spaces of #a5caaf

RGB 165202175
HSL0.380.260.72
HSV136°18°79°
CMYK 0.180.000.13   0.21
XYZ44.375453.335548.5134
Yxy53.33550.30350.3648
Hunter Lab73.0312-19.343811.7364
CIE-Lab78.0727-17.59929.4386

#a5caaf color RGB value is (165,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100101 11001010 10101111
Octal 245 312 257
Decimal 165 202 175
Hex A5 CA AF

RGB Percentages of Color #a5caaf

%30.44
%37.27
%32.29

CMYK Percentages of Color #a5caaf

%18
%0
%13
%21

Triadic Colors of #a5caaf

#a5caaf #afa5ca #caafa5

Analogous Colors of #a5caaf

#a5caaf #a5cac2 #aecaa5

Monochromatic Colors of #a5caaf

#a5caaf

Complementary Color

#a5caaf #caa5c0

#a5caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5caaf Color CSS Codes

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

#a5caaf Text Font Color

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

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


#a5caaf Background Color

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

This div background color is #a5caaf


#a5caaf Border Color

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

This div border color is #a5caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5caaf


Comments

No comments written yet.

Please login to write comment.