Color Hex Logo

#a5ccad Color Hex

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

Color spaces of #a5ccad

RGB 165204173
HSL0.370.280.72
HSV132°19°80°
CMYK 0.190.000.15   0.20
XYZ44.652754.202247.6438
Yxy54.20220.30480.3700
Hunter Lab73.6221-20.576413.1666
CIE-Lab78.5795-18.977511.2307

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

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

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

Base Numbers

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

RGB Percentages of Color #a5ccad

%30.44
%37.64
%31.92

CMYK Percentages of Color #a5ccad

%19
%0
%15
%20

Triadic Colors of #a5ccad

#a5ccad #ada5cc #ccada5

Analogous Colors of #a5ccad

#a5ccad #a5ccc1 #b1cca5

Monochromatic Colors of #a5ccad

#a5ccad

Complementary Color

#a5ccad #cca5c4

#a5ccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a5ccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a5ccad Color CSS Codes

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

#a5ccad Text Font Color

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

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


#a5ccad Background Color

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

This div background color is #a5ccad


#a5ccad Border Color

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

This div border color is #a5ccad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a5ccad


Comments

No comments written yet.

Please login to write comment.