Color Hex Logo

#acea10 Color Hex

#ACEA10
(172,234,16)
0 Favorites   0 Comments

Color spaces of #acea10

RGB 17223416
HSL0.210.870.49
HSV77°93°92°
CMYK 0.260.000.93   0.08
XYZ46.529667.653711.0963
Yxy67.65370.37140.5400
Hunter Lab82.2519-42.963949.5777
CIE-Lab85.8330-44.871182.1549

#acea10 color RGB value is (172,234,16).

#acea10 hex color red value is 172, green value is 234 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #acea10 hue: 0.21 , saturation: 0.87 and the lightness value of acea10 is 0.49.

The process color (four color CMYK) of #acea10 color hex is 0.26, 0.00, 0.93, 0.08. Web safe color of #acea10 is #99ff00. Color #acea10 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 00010000
Octal 254 352 20
Decimal 172 234 16
Hex AC EA 10

RGB Percentages of Color #acea10

%40.76
%55.45
%3.79

CMYK Percentages of Color #acea10

%26
%0
%93
%8

Triadic Colors of #acea10

#acea10 #10acea #ea10ac

Analogous Colors of #acea10

#acea10 #3fea10 #eabb10

Monochromatic Colors of #acea10

#acea10

Complementary Color

#acea10 #4e10ea

#acea10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea10 Color CSS Codes

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

#acea10 Text Font Color

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

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


#acea10 Background Color

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

This div background color is #acea10


#acea10 Border Color

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

This div border color is #acea10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea10


Comments

No comments written yet.

Please login to write comment.