Color Hex Logo

#aedb71 Color Hex

#AEDB71
(174,219,113)
0 Favorites   0 Comments

Color spaces of #aedb71

RGB 174219113
HSL0.240.600.65
HSV85°48°86°
CMYK 0.210.000.48   0.14
XYZ45.767760.854024.9566
Yxy60.85400.34780.4625
Hunter Lab78.0090-31.790135.6382
CIE-Lab82.3002-31.806347.0858

#aedb71 color RGB value is (174,219,113).

#aedb71 hex color red value is 174, green value is 219 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #aedb71 hue: 0.24 , saturation: 0.60 and the lightness value of aedb71 is 0.65.

The process color (four color CMYK) of #aedb71 color hex is 0.21, 0.00, 0.48, 0.14. Web safe color of #aedb71 is #99cc66. Color #aedb71 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01110001
Octal 256 333 161
Decimal 174 219 113
Hex AE DB 71

RGB Percentages of Color #aedb71

%34.39
%43.28
%22.33

CMYK Percentages of Color #aedb71

%21
%0
%48
%14

Triadic Colors of #aedb71

#aedb71 #71aedb #db71ae

Analogous Colors of #aedb71

#aedb71 #79db71 #dbd371

Monochromatic Colors of #aedb71

#aedb71

Complementary Color

#aedb71 #9e71db

#aedb71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb71 Color CSS Codes

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

#aedb71 Text Font Color

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

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


#aedb71 Background Color

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

This div background color is #aedb71


#aedb71 Border Color

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

This div border color is #aedb71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb71


Comments

No comments written yet.

Please login to write comment.