Color Hex Logo

#acc250 Color Hex

#ACC250
(172,194,80)
0 Favorites   0 Comments

Color spaces of #acc250

RGB 17219480
HSL0.200.480.54
HSV72°59°76°
CMYK 0.110.000.59   0.24
XYZ37.753047.933414.8517
Yxy47.93340.37550.4768
Hunter Lab69.2340-23.824135.7452
CIE-Lab74.7829-23.763053.5701

#acc250 color RGB value is (172,194,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 01010000
Octal 254 302 120
Decimal 172 194 80
Hex AC C2 50

RGB Percentages of Color #acc250

%38.57
%43.50
%17.94

CMYK Percentages of Color #acc250

%11
%0
%59
%24

Triadic Colors of #acc250

#acc250 #50acc2 #c250ac

Analogous Colors of #acc250

#acc250 #73c250 #c29f50

Monochromatic Colors of #acc250

#acc250

Complementary Color

#acc250 #6650c2

#acc250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc250 Color CSS Codes

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

#acc250 Text Font Color

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

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


#acc250 Background Color

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

This div background color is #acc250


#acc250 Border Color

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

This div border color is #acc250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc250


Comments

No comments written yet.

Please login to write comment.