Color Hex Logo

#accb99 Color Hex

#ACCB99
(172,203,153)
0 Favorites   0 Comments

Color spaces of #accb99

RGB 172203153
HSL0.270.320.70
HSV97°25°80°
CMYK 0.150.000.25   0.20
XYZ44.119053.782438.1927
Yxy53.78240.32420.3952
Hunter Lab73.3365-20.953820.4581
CIE-Lab78.3347-19.477021.5970

#accb99 color RGB value is (172,203,153).

#accb99 hex color red value is 172, green value is 203 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #accb99 hue: 0.27 , saturation: 0.32 and the lightness value of accb99 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001011 10011001
Octal 254 313 231
Decimal 172 203 153
Hex AC CB 99

RGB Percentages of Color #accb99

%32.58
%38.45
%28.98

CMYK Percentages of Color #accb99

%15
%0
%25
%20

Triadic Colors of #accb99

#accb99 #99accb #cb99ac

Analogous Colors of #accb99

#accb99 #99cb9f #c5cb99

Monochromatic Colors of #accb99

#accb99

Complementary Color

#accb99 #b899cb

#accb99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accb99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accb99 Color CSS Codes

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

#accb99 Text Font Color

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

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


#accb99 Background Color

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

This div background color is #accb99


#accb99 Border Color

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

This div border color is #accb99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accb99


Comments

No comments written yet.

Please login to write comment.