Color Hex Logo

#accaa5 Color Hex

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

Color spaces of #accaa5

RGB 172202165
HSL0.300.260.72
HSV109°18°79°
CMYK 0.150.000.18   0.21
XYZ44.925353.728343.6001
Yxy53.72830.31580.3777
Hunter Lab73.2996-18.871716.0428
CIE-Lab78.3030-16.996515.1773

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

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

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

Base Numbers

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

RGB Percentages of Color #accaa5

%31.91
%37.48
%30.61

CMYK Percentages of Color #accaa5

%15
%0
%18
%21

Triadic Colors of #accaa5

#accaa5 #a5acca #caa5ac

Analogous Colors of #accaa5

#accaa5 #a5cab1 #bfcaa5

Monochromatic Colors of #accaa5

#accaa5

Complementary Color

#accaa5 #c3a5ca

#accaa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaa5 Color CSS Codes

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

#accaa5 Text Font Color

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

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


#accaa5 Background Color

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

This div background color is #accaa5


#accaa5 Border Color

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

This div border color is #accaa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaa5


Comments

No comments written yet.

Please login to write comment.