color codes Logo

#aed26c color codes

#AED26C
(174,210,108)
0 Favorites   0 Comments

Color spaces of #aed26c

RGB 174210108
HSL0.230.530.62
HSV81°49°82°
CMYK 0.170.000.49   0.18
XYZ43.208956.174622.7528
Yxy56.17460.35380.4599
Hunter Lab74.9497-28.255834.4659
CIE-Lab79.7131-28.099046.3396

#aed26c color RGB value is (174,210,108).

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

The process color (four color CMYK) of #aed26c color code is 0.17, 0.00, 0.49, 0.18. Web safe color of #aed26c is #99cc66. Color #aed26c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01101100
Octal 256 322 154
Decimal 174 210 108
Hex AE D2 6C

RGB Percentages of Color #aed26c

%35.37
%42.68
%21.95

CMYK Percentages of Color #aed26c

%17
%0
%49
%18

Triadic Colors of #aed26c

#aed26c #6caed2 #d26cae

Analogous Colors of #aed26c

#aed26c #7bd26c #d2c36c

Monochromatic Colors of #aed26c

#aed26c

Complementary Color

#aed26c #906cd2

#aed26c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed26c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed26c Color CSS Codes

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

#aed26c Text Font Color

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

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


#aed26c Background Color

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

This div background color is #aed26c


#aed26c Border Color

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

This div border color is #aed26c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed26c


Comments

No comments written yet.

Please login to write comment.