Color Hex Logo

#aced3b Color Hex

#ACED3B
(172,237,59)
0 Favorites   0 Comments

Color spaces of #aced3b

RGB 17223759
HSL0.230.830.58
HSV82°75°93°
CMYK 0.270.000.75   0.07
XYZ48.086969.654815.0480
Yxy69.65480.36210.5245
Hunter Lab83.4595-43.207547.7314
CIE-Lab86.8273-44.808773.8847

#aced3b color RGB value is (172,237,59).

#aced3b hex color red value is 172, green value is 237 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aced3b hue: 0.23 , saturation: 0.83 and the lightness value of aced3b is 0.58.

The process color (four color CMYK) of #aced3b color hex is 0.27, 0.00, 0.75, 0.07. Web safe color of #aced3b is #99ff33. Color #aced3b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 00111011
Octal 254 355 73
Decimal 172 237 59
Hex AC ED 3B

RGB Percentages of Color #aced3b

%36.75
%50.64
%12.61

CMYK Percentages of Color #aced3b

%27
%0
%75
%7

Triadic Colors of #aced3b

#aced3b #3baced #ed3bac

Analogous Colors of #aced3b

#aced3b #53ed3b #edd53b

Monochromatic Colors of #aced3b

#aced3b

Complementary Color

#aced3b #7c3bed

#aced3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced3b Color CSS Codes

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

#aced3b Text Font Color

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

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


#aced3b Background Color

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

This div background color is #aced3b


#aced3b Border Color

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

This div border color is #aced3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced3b


Comments

No comments written yet.

Please login to write comment.