Color Hex Logo

#aebc71 Color Hex

#AEBC71
(174,188,113)
0 Favorites   0 Comments

Color spaces of #aebc71

RGB 174188113
HSL0.200.360.59
HSV71°40°74°
CMYK 0.070.000.40   0.26
XYZ38.419446.157422.5071
Yxy46.15740.35880.4310
Hunter Lab67.9392-17.952527.9157
CIE-Lab73.6476-16.719336.3106

#aebc71 color RGB value is (174,188,113).

#aebc71 hex color red value is 174, green value is 188 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aebc71 hue: 0.20 , saturation: 0.36 and the lightness value of aebc71 is 0.59.

The process color (four color CMYK) of #aebc71 color hex is 0.07, 0.00, 0.40, 0.26. Web safe color of #aebc71 is #99cc66. Color #aebc71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 01110001
Octal 256 274 161
Decimal 174 188 113
Hex AE BC 71

RGB Percentages of Color #aebc71

%36.63
%39.58
%23.79

CMYK Percentages of Color #aebc71

%7
%0
%40
%26

Triadic Colors of #aebc71

#aebc71 #71aebc #bc71ae

Analogous Colors of #aebc71

#aebc71 #89bc71 #bca571

Monochromatic Colors of #aebc71

#aebc71

Complementary Color

#aebc71 #7f71bc

#aebc71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc71 Color CSS Codes

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

#aebc71 Text Font Color

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

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


#aebc71 Background Color

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

This div background color is #aebc71


#aebc71 Border Color

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

This div border color is #aebc71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc71


Comments

No comments written yet.

Please login to write comment.