Color Hex Logo

#acc053 Color Hex

#ACC053
(172,192,83)
0 Favorites   0 Comments

Color spaces of #acc053

RGB 17219283
HSL0.200.460.54
HSV71°57°75°
CMYK 0.100.000.57   0.25
XYZ37.424247.094515.3013
Yxy47.09450.37490.4718
Hunter Lab68.6254-22.751334.8180
CIE-Lab74.2502-22.536951.6230

#acc053 color RGB value is (172,192,83).

#acc053 hex color red value is 172, green value is 192 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #acc053 hue: 0.20 , saturation: 0.46 and the lightness value of acc053 is 0.54.

The process color (four color CMYK) of #acc053 color hex is 0.10, 0.00, 0.57, 0.25. Web safe color of #acc053 is #99cc66. Color #acc053 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 01010011
Octal 254 300 123
Decimal 172 192 83
Hex AC C0 53

RGB Percentages of Color #acc053

%38.48
%42.95
%18.57

CMYK Percentages of Color #acc053

%10
%0
%57
%25

Triadic Colors of #acc053

#acc053 #53acc0 #c053ac

Analogous Colors of #acc053

#acc053 #76c053 #c09e53

Monochromatic Colors of #acc053

#acc053

Complementary Color

#acc053 #6753c0

#acc053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc053 Color CSS Codes

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

#acc053 Text Font Color

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

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


#acc053 Background Color

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

This div background color is #acc053


#acc053 Border Color

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

This div border color is #acc053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc053


Comments

No comments written yet.

Please login to write comment.