Color Hex Logo

#acc254 Color Hex

#ACC254
(172,194,84)
0 Favorites   0 Comments

Color spaces of #acc254

RGB 17219484
HSL0.200.470.55
HSV72°57°76°
CMYK 0.110.000.57   0.24
XYZ37.905347.994315.6535
Yxy47.99430.37330.4726
Hunter Lab69.2779-23.570435.0978
CIE-Lab74.8213-23.435151.8161

#acc254 color RGB value is (172,194,84).

#acc254 hex color red value is 172, green value is 194 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #acc254 hue: 0.20 , saturation: 0.47 and the lightness value of acc254 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 01010100
Octal 254 302 124
Decimal 172 194 84
Hex AC C2 54

RGB Percentages of Color #acc254

%38.22
%43.11
%18.67

CMYK Percentages of Color #acc254

%11
%0
%57
%24

Triadic Colors of #acc254

#acc254 #54acc2 #c254ac

Analogous Colors of #acc254

#acc254 #75c254 #c2a154

Monochromatic Colors of #acc254

#acc254

Complementary Color

#acc254 #6a54c2

#acc254 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc254 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc254 Color CSS Codes

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

#acc254 Text Font Color

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

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


#acc254 Background Color

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

This div background color is #acc254


#acc254 Border Color

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

This div border color is #acc254


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc254


Comments

No comments written yet.

Please login to write comment.