Color Hex Logo

#acc448 Color Hex

#ACC448
(172,196,72)
0 Favorites   0 Comments

Color spaces of #acc448

RGB 17219672
HSL0.200.510.53
HSV72°63°77°
CMYK 0.120.000.63   0.23
XYZ37.922948.718413.5357
Yxy48.71840.37860.4863
Hunter Lab69.7986-25.165037.3612
CIE-Lab75.2758-25.337157.5553

#acc448 color RGB value is (172,196,72).

#acc448 hex color red value is 172, green value is 196 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acc448 hue: 0.20 , saturation: 0.51 and the lightness value of acc448 is 0.53.

The process color (four color CMYK) of #acc448 color hex is 0.12, 0.00, 0.63, 0.23. Web safe color of #acc448 is #99cc33. Color #acc448 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01001000
Octal 254 304 110
Decimal 172 196 72
Hex AC C4 48

RGB Percentages of Color #acc448

%39.09
%44.55
%16.36

CMYK Percentages of Color #acc448

%12
%0
%63
%23

Triadic Colors of #acc448

#acc448 #48acc4 #c448ac

Analogous Colors of #acc448

#acc448 #6ec448 #c49e48

Monochromatic Colors of #acc448

#acc448

Complementary Color

#acc448 #6048c4

#acc448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc448 Color CSS Codes

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

#acc448 Text Font Color

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

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


#acc448 Background Color

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

This div background color is #acc448


#acc448 Border Color

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

This div border color is #acc448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc448


Comments

No comments written yet.

Please login to write comment.