Color Hex Logo

#aed46b Color Hex

#AED46B
(174,212,107)
0 Favorites   0 Comments

Color spaces of #aed46b

RGB 174212107
HSL0.230.550.63
HSV82°50°83°
CMYK 0.180.000.50   0.17
XYZ43.652957.147222.6397
Yxy57.14720.35360.4630
Hunter Lab75.5958-29.217535.1606
CIE-Lab80.2623-29.154047.4836

#aed46b color RGB value is (174,212,107).

#aed46b hex color red value is 174, green value is 212 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #aed46b hue: 0.23 , saturation: 0.55 and the lightness value of aed46b is 0.63.

The process color (four color CMYK) of #aed46b color hex is 0.18, 0.00, 0.50, 0.17. Web safe color of #aed46b is #99cc66. Color #aed46b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01101011
Octal 256 324 153
Decimal 174 212 107
Hex AE D4 6B

RGB Percentages of Color #aed46b

%35.29
%43.00
%21.70

CMYK Percentages of Color #aed46b

%18
%0
%50
%17

Triadic Colors of #aed46b

#aed46b #6baed4 #d46bae

Analogous Colors of #aed46b

#aed46b #7ad46b #d4c66b

Monochromatic Colors of #aed46b

#aed46b

Complementary Color

#aed46b #916bd4

#aed46b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed46b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed46b Color CSS Codes

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

#aed46b Text Font Color

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

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


#aed46b Background Color

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

This div background color is #aed46b


#aed46b Border Color

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

This div border color is #aed46b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed46b


Comments

No comments written yet.

Please login to write comment.