Color Hex Logo

#accaac Color Hex

#ACCAAC
(172,202,172)
0 Favorites   0 Comments

Color spaces of #accaac

RGB 172202172
HSL0.330.220.73
HSV120°15°79°
CMYK 0.150.000.15   0.21
XYZ45.580253.990347.0486
Yxy53.99030.31090.3682
Hunter Lab73.4781-17.858913.4708
CIE-Lab78.4561-15.772711.6528

#accaac color RGB value is (172,202,172).

#accaac hex color red value is 172, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #accaac hue: 0.33 , saturation: 0.22 and the lightness value of accaac is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001010 10101100
Octal 254 312 254
Decimal 172 202 172
Hex AC CA AC

RGB Percentages of Color #accaac

%31.50
%37.00
%31.50

CMYK Percentages of Color #accaac

%15
%0
%15
%21

Triadic Colors of #accaac

#accaac #acacca #caacac

Analogous Colors of #accaac

#accaac #accabb #bbcaac

Monochromatic Colors of #accaac

#accaac

Complementary Color

#accaac #caacca

#accaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#accaac Color CSS Codes

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

#accaac Text Font Color

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

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


#accaac Background Color

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

This div background color is #accaac


#accaac Border Color

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

This div border color is #accaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accaac


Comments

No comments written yet.

Please login to write comment.