Color Hex Logo

#ace702 Color Hex

#ACE702
(172,231,2)
0 Favorites   0 Comments

Color spaces of #ace702

RGB 1722312
HSL0.210.980.46
HSV75°99°91°
CMYK 0.260.000.99   0.09
XYZ45.600165.926910.3792
Yxy65.92690.37410.5408
Hunter Lab81.1954-41.844649.2577
CIE-Lab84.9591-43.746182.7057

#ace702 color RGB value is (172,231,2).

#ace702 hex color red value is 172, green value is 231 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #ace702 hue: 0.21 , saturation: 0.98 and the lightness value of ace702 is 0.46.

The process color (four color CMYK) of #ace702 color hex is 0.26, 0.00, 0.99, 0.09. Web safe color of #ace702 is #99ff00. Color #ace702 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 00000010
Octal 254 347 2
Decimal 172 231 2
Hex AC E7 2

RGB Percentages of Color #ace702

%42.47
%57.04
%0.49

CMYK Percentages of Color #ace702

%26
%0
%99
%9

Triadic Colors of #ace702

#ace702 #02ace7 #e702ac

Analogous Colors of #ace702

#ace702 #3ae702 #e7b002

Monochromatic Colors of #ace702

#ace702

Complementary Color

#ace702 #3d02e7

#ace702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace702 Color CSS Codes

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

#ace702 Text Font Color

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

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


#ace702 Background Color

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

This div background color is #ace702


#ace702 Border Color

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

This div border color is #ace702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace702


Comments

No comments written yet.

Please login to write comment.