Color Hex Logo

#acea71 Color Hex

#ACEA71
(172,234,113)
0 Favorites   0 Comments

Color spaces of #acea71

RGB 172234113
HSL0.250.740.68
HSV91°52°92°
CMYK 0.260.000.52   0.08
XYZ49.416768.808526.2996
Yxy68.80850.34190.4761
Hunter Lab82.9509-38.825539.2677
CIE-Lab86.4091-39.367152.0129

#acea71 color RGB value is (172,234,113).

#acea71 hex color red value is 172, green value is 234 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #acea71 hue: 0.25 , saturation: 0.74 and the lightness value of acea71 is 0.68.

The process color (four color CMYK) of #acea71 color hex is 0.26, 0.00, 0.52, 0.08. Web safe color of #acea71 is #99ff66. Color #acea71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 01110001
Octal 254 352 161
Decimal 172 234 113
Hex AC EA 71

RGB Percentages of Color #acea71

%33.14
%45.09
%21.77

CMYK Percentages of Color #acea71

%26
%0
%52
%8

Triadic Colors of #acea71

#acea71 #71acea #ea71ac

Analogous Colors of #acea71

#acea71 #71ea73 #e9ea71

Monochromatic Colors of #acea71

#acea71

Complementary Color

#acea71 #af71ea

#acea71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea71 Color CSS Codes

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

#acea71 Text Font Color

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

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


#acea71 Background Color

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

This div background color is #acea71


#acea71 Border Color

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

This div border color is #acea71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea71


Comments

No comments written yet.

Please login to write comment.