Color Hex Logo

#aed78b Color Hex

#AED78B
(174,215,139)
0 Favorites   0 Comments

Color spaces of #aed78b

RGB 174215139
HSL0.260.490.69
HSV92°35°84°
CMYK 0.190.000.35   0.16
XYZ46.416259.463633.4573
Yxy59.46360.33310.4268
Hunter Lab77.1126-27.503128.2544
CIE-Lab81.5458-26.712133.2218

#aed78b color RGB value is (174,215,139).

#aed78b hex color red value is 174, green value is 215 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #aed78b hue: 0.26 , saturation: 0.49 and the lightness value of aed78b is 0.69.

The process color (four color CMYK) of #aed78b color hex is 0.19, 0.00, 0.35, 0.16. Web safe color of #aed78b is #99cc99. Color #aed78b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 10001011
Octal 256 327 213
Decimal 174 215 139
Hex AE D7 8B

RGB Percentages of Color #aed78b

%32.95
%40.72
%26.33

CMYK Percentages of Color #aed78b

%19
%0
%35
%16

Triadic Colors of #aed78b

#aed78b #8baed7 #d78bae

Analogous Colors of #aed78b

#aed78b #8bd78e #d4d78b

Monochromatic Colors of #aed78b

#aed78b

Complementary Color

#aed78b #b48bd7

#aed78b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed78b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed78b Color CSS Codes

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

#aed78b Text Font Color

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

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


#aed78b Background Color

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

This div background color is #aed78b


#aed78b Border Color

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

This div border color is #aed78b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed78b


Comments

No comments written yet.

Please login to write comment.