Color Hex Logo

#acc169 Color Hex

#ACC169
(172,193,105)
0 Favorites   0 Comments

Color spaces of #acc169

RGB 172193105
HSL0.210.420.58
HSV74°46°76°
CMYK 0.110.000.46   0.24
XYZ38.633047.930520.5799
Yxy47.93050.36060.4473
Hunter Lab69.2319-21.548630.8377
CIE-Lab74.7811-20.921341.7413

#acc169 color RGB value is (172,193,105).

#acc169 hex color red value is 172, green value is 193 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acc169 hue: 0.21 , saturation: 0.42 and the lightness value of acc169 is 0.58.

The process color (four color CMYK) of #acc169 color hex is 0.11, 0.00, 0.46, 0.24. Web safe color of #acc169 is #99cc66. Color #acc169 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01101001
Octal 254 301 151
Decimal 172 193 105
Hex AC C1 69

RGB Percentages of Color #acc169

%36.60
%41.06
%22.34

CMYK Percentages of Color #acc169

%11
%0
%46
%24

Triadic Colors of #acc169

#acc169 #69acc1 #c169ac

Analogous Colors of #acc169

#acc169 #80c169 #c1aa69

Monochromatic Colors of #acc169

#acc169

Complementary Color

#acc169 #7e69c1

#acc169 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc169 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc169 Color CSS Codes

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

#acc169 Text Font Color

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

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


#acc169 Background Color

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

This div background color is #acc169


#acc169 Border Color

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

This div border color is #acc169


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc169


Comments

No comments written yet.

Please login to write comment.