Color Hex Logo

#acc5ae Color Hex

#ACC5AE
(172,197,174)
0 Favorites   0 Comments

Color spaces of #acc5ae

RGB 172197174
HSL0.350.180.72
HSV125°13°77°
CMYK 0.130.000.12   0.23
XYZ44.619551.759247.6832
Yxy51.75920.30970.3593
Hunter Lab71.9439-15.196311.0643
CIE-Lab77.1366-12.85468.7011

#acc5ae color RGB value is (172,197,174).

#acc5ae hex color red value is 172, green value is 197 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #acc5ae hue: 0.35 , saturation: 0.18 and the lightness value of acc5ae is 0.72.

The process color (four color CMYK) of #acc5ae color hex is 0.13, 0.00, 0.12, 0.23. Web safe color of #acc5ae is #99cc99. Color #acc5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10101110
Octal 254 305 256
Decimal 172 197 174
Hex AC C5 AE

RGB Percentages of Color #acc5ae

%31.68
%36.28
%32.04

CMYK Percentages of Color #acc5ae

%13
%0
%12
%23

Triadic Colors of #acc5ae

#acc5ae #aeacc5 #c5aeac

Analogous Colors of #acc5ae

#acc5ae #acc5bb #b7c5ac

Monochromatic Colors of #acc5ae

#acc5ae

Complementary Color

#acc5ae #c5acc3

#acc5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5ae Color CSS Codes

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

#acc5ae Text Font Color

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

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


#acc5ae Background Color

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

This div background color is #acc5ae


#acc5ae Border Color

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

This div border color is #acc5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5ae


Comments

No comments written yet.

Please login to write comment.