color codes Logo

#acee0c color codes

#ACEE0C
(172,238,12)
0 Favorites   0 Comments

Color spaces of #acee0c

RGB 17223812
HSL0.220.900.49
HSV78°95°93°
CMYK 0.280.000.95   0.07
XYZ47.654269.946311.3372
Yxy69.94630.36960.5425
Hunter Lab83.6339-44.650950.5065
CIE-Lab86.9705-46.624783.4450

#acee0c color RGB value is (172,238,12).

#acee0c hex color red value is 172, green value is 238 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #acee0c hue: 0.22 , saturation: 0.90 and the lightness value of acee0c is 0.49.

The process color (four color CMYK) of #acee0c color code is 0.28, 0.00, 0.95, 0.07. Web safe color of #acee0c is #99ff00. Color #acee0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 00001100
Octal 254 356 14
Decimal 172 238 12
Hex AC EE C

RGB Percentages of Color #acee0c

%40.76
%56.40
%2.84

CMYK Percentages of Color #acee0c

%28
%0
%95
%7

Triadic Colors of #acee0c

#acee0c #0cacee #ee0cac

Analogous Colors of #acee0c

#acee0c #3bee0c #eebf0c

Monochromatic Colors of #acee0c

#acee0c

Complementary Color

#acee0c #4e0cee

#acee0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acee0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acee0c Color CSS Codes

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

#acee0c Text Font Color

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

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


#acee0c Background Color

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

This div background color is #acee0c


#acee0c Border Color

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

This div border color is #acee0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acee0c


Comments

No comments written yet.

Please login to write comment.