Color Hex Logo

#ace253 Color Hex

#ACE253
(172,226,83)
0 Favorites   0 Comments

Color spaces of #ace253

RGB 17222683
HSL0.230.710.61
HSV83°63°89°
CMYK 0.240.000.63   0.11
XYZ45.770963.787918.0835
Yxy63.78790.35860.4997
Hunter Lab79.8673-37.471942.4827
CIE-Lab83.8552-38.499862.2288

#ace253 color RGB value is (172,226,83).

#ace253 hex color red value is 172, green value is 226 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #ace253 hue: 0.23 , saturation: 0.71 and the lightness value of ace253 is 0.61.

The process color (four color CMYK) of #ace253 color hex is 0.24, 0.00, 0.63, 0.11. Web safe color of #ace253 is #99cc66. Color #ace253 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 01010011
Octal 254 342 123
Decimal 172 226 83
Hex AC E2 53

RGB Percentages of Color #ace253

%35.76
%46.99
%17.26

CMYK Percentages of Color #ace253

%24
%0
%63
%11

Triadic Colors of #ace253

#ace253 #53ace2 #e253ac

Analogous Colors of #ace253

#ace253 #65e253 #e2d153

Monochromatic Colors of #ace253

#ace253

Complementary Color

#ace253 #8953e2

#ace253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace253 Color CSS Codes

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

#ace253 Text Font Color

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

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


#ace253 Background Color

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

This div background color is #ace253


#ace253 Border Color

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

This div border color is #ace253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace253


Comments

No comments written yet.

Please login to write comment.