Color Hex Logo

#aceb30 Color Hex

#ACEB30
(172,235,48)
0 Favorites   0 Comments

Color spaces of #aceb30

RGB 17223548
HSL0.220.820.55
HSV80°80°92°
CMYK 0.270.000.80   0.08
XYZ47.255168.400713.5084
Yxy68.40070.36590.5296
Hunter Lab82.7047-42.743548.2093
CIE-Lab86.2064-44.443276.4683

#aceb30 color RGB value is (172,235,48).

#aceb30 hex color red value is 172, green value is 235 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aceb30 hue: 0.22 , saturation: 0.82 and the lightness value of aceb30 is 0.55.

The process color (four color CMYK) of #aceb30 color hex is 0.27, 0.00, 0.80, 0.08. Web safe color of #aceb30 is #99ff33. Color #aceb30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 00110000
Octal 254 353 60
Decimal 172 235 48
Hex AC EB 30

RGB Percentages of Color #aceb30

%37.80
%51.65
%10.55

CMYK Percentages of Color #aceb30

%27
%0
%80
%8

Triadic Colors of #aceb30

#aceb30 #30aceb #eb30ac

Analogous Colors of #aceb30

#aceb30 #4feb30 #ebcd30

Monochromatic Colors of #aceb30

#aceb30

Complementary Color

#aceb30 #6f30eb

#aceb30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceb30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceb30 Color CSS Codes

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

#aceb30 Text Font Color

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

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


#aceb30 Background Color

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

This div background color is #aceb30


#aceb30 Border Color

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

This div border color is #aceb30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceb30


Comments

No comments written yet.

Please login to write comment.