Color Hex Logo

#aedb6c Color Hex

#AEDB6C
(174,219,108)
0 Favorites   0 Comments

Color spaces of #aedb6c

RGB 174219108
HSL0.230.610.64
HSV84°51°86°
CMYK 0.210.000.51   0.14
XYZ45.493960.744423.5144
Yxy60.74440.35060.4682
Hunter Lab77.9387-32.199836.6691
CIE-Lab82.2411-32.334849.3886

#aedb6c color RGB value is (174,219,108).

#aedb6c hex color red value is 174, green value is 219 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #aedb6c hue: 0.23 , saturation: 0.61 and the lightness value of aedb6c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01101100
Octal 256 333 154
Decimal 174 219 108
Hex AE DB 6C

RGB Percentages of Color #aedb6c

%34.73
%43.71
%21.56

CMYK Percentages of Color #aedb6c

%21
%0
%51
%14

Triadic Colors of #aedb6c

#aedb6c #6caedb #db6cae

Analogous Colors of #aedb6c

#aedb6c #77db6c #dbd16c

Monochromatic Colors of #aedb6c

#aedb6c

Complementary Color

#aedb6c #996cdb

#aedb6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb6c Color CSS Codes

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

#aedb6c Text Font Color

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

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


#aedb6c Background Color

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

This div background color is #aedb6c


#aedb6c Border Color

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

This div border color is #aedb6c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,219,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb6c


Comments

No comments written yet.

Please login to write comment.