Color Hex Logo

#acce50 Color Hex

#ACCE50
(172,206,80)
0 Favorites   0 Comments

Color spaces of #acce50

RGB 17220680
HSL0.210.560.56
HSV76°61°81°
CMYK 0.170.000.61   0.19
XYZ40.532553.492515.7782
Yxy53.49250.36910.4872
Hunter Lab73.1386-29.070038.4064
CIE-Lab78.1649-29.533357.3033

#acce50 color RGB value is (172,206,80).

#acce50 hex color red value is 172, green value is 206 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #acce50 hue: 0.21 , saturation: 0.56 and the lightness value of acce50 is 0.56.

The process color (four color CMYK) of #acce50 color hex is 0.17, 0.00, 0.61, 0.19. Web safe color of #acce50 is #99cc66. Color #acce50 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 01010000
Octal 254 316 120
Decimal 172 206 80
Hex AC CE 50

RGB Percentages of Color #acce50

%37.55
%44.98
%17.47

CMYK Percentages of Color #acce50

%17
%0
%61
%19

Triadic Colors of #acce50

#acce50 #50acce #ce50ac

Analogous Colors of #acce50

#acce50 #6dce50 #ceb150

Monochromatic Colors of #acce50

#acce50

Complementary Color

#acce50 #7250ce

#acce50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acce50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acce50 Color CSS Codes

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

#acce50 Text Font Color

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

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


#acce50 Background Color

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

This div background color is #acce50


#acce50 Border Color

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

This div border color is #acce50


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,206,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 #acce50">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acce50


Comments

No comments written yet.

Please login to write comment.