Color Hex Logo

#aece71 Color Hex

#AECE71
(174,206,113)
0 Favorites   0 Comments

Color spaces of #aece71

RGB 174206113
HSL0.220.490.63
HSV81°45°81°
CMYK 0.160.000.45   0.19
XYZ42.507554.333523.8698
Yxy54.33350.35210.4501
Hunter Lab73.7113-26.058132.3981
CIE-Lab78.6558-25.633342.6055

#aece71 color RGB value is (174,206,113).

#aece71 hex color red value is 174, green value is 206 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aece71 hue: 0.22 , saturation: 0.49 and the lightness value of aece71 is 0.63.

The process color (four color CMYK) of #aece71 color hex is 0.16, 0.00, 0.45, 0.19. Web safe color of #aece71 is #99cc66. Color #aece71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001110 01110001
Octal 256 316 161
Decimal 174 206 113
Hex AE CE 71

RGB Percentages of Color #aece71

%35.29
%41.78
%22.92

CMYK Percentages of Color #aece71

%16
%0
%45
%19

Triadic Colors of #aece71

#aece71 #71aece #ce71ae

Analogous Colors of #aece71

#aece71 #80ce71 #cec071

Monochromatic Colors of #aece71

#aece71

Complementary Color

#aece71 #9171ce

#aece71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aece71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aece71 Color CSS Codes

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

#aece71 Text Font Color

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

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


#aece71 Background Color

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

This div background color is #aece71


#aece71 Border Color

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

This div border color is #aece71


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,206,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 #aece71">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aece71


Comments

No comments written yet.

Please login to write comment.