Color Hex Logo

#acc5ab Color Hex

#ACC5AB
(172,197,171)
0 Favorites   0 Comments

Color spaces of #acc5ab

RGB 172197171
HSL0.330.180.72
HSV118°13°77°
CMYK 0.130.000.13   0.23
XYZ44.330251.643446.1598
Yxy51.64340.31190.3633
Hunter Lab71.8633-15.649912.2207
CIE-Lab77.0671-13.396610.2163

#acc5ab color RGB value is (172,197,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10101011
Octal 254 305 253
Decimal 172 197 171
Hex AC C5 AB

RGB Percentages of Color #acc5ab

%31.85
%36.48
%31.67

CMYK Percentages of Color #acc5ab

%13
%0
%13
%23

Triadic Colors of #acc5ab

#acc5ab #abacc5 #c5abac

Analogous Colors of #acc5ab

#acc5ab #abc5b7 #b9c5ab

Monochromatic Colors of #acc5ab

#acc5ab

Complementary Color

#acc5ab #c4abc5

#acc5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc5ab Color CSS Codes

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

#acc5ab Text Font Color

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

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


#acc5ab Background Color

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

This div background color is #acc5ab


#acc5ab Border Color

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

This div border color is #acc5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc5ab


Comments

No comments written yet.

Please login to write comment.