Color Hex Logo

#aceb2d Color Hex

#ACEB2D
(172,235,45)
0 Favorites   0 Comments

Color spaces of #aceb2d

RGB 17223545
HSL0.220.830.55
HSV80°81°92°
CMYK 0.270.000.81   0.08
XYZ47.195268.376813.1932
Yxy68.37680.36650.5310
Hunter Lab82.6903-42.829748.4235
CIE-Lab86.1945-44.559377.2298

#aceb2d color RGB value is (172,235,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 00101101
Octal 254 353 55
Decimal 172 235 45
Hex AC EB 2D

RGB Percentages of Color #aceb2d

%38.05
%51.99
%9.96

CMYK Percentages of Color #aceb2d

%27
%0
%81
%8

Triadic Colors of #aceb2d

#aceb2d #2daceb #eb2dac

Analogous Colors of #aceb2d

#aceb2d #4deb2d #ebcb2d

Monochromatic Colors of #aceb2d

#aceb2d

Complementary Color

#aceb2d #6c2deb

#aceb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceb2d Color CSS Codes

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

#aceb2d Text Font Color

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

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


#aceb2d Background Color

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

This div background color is #aceb2d


#aceb2d Border Color

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

This div border color is #aceb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceb2d


Comments

No comments written yet.

Please login to write comment.