Color Hex Logo

#aedb7b Color Hex

#AEDB7B
(174,219,123)
0 Favorites   0 Comments

Color spaces of #aedb7b

RGB 174219123
HSL0.240.570.67
HSV88°44°86°
CMYK 0.210.000.44   0.14
XYZ46.362261.091828.0872
Yxy61.09180.34210.4507
Hunter Lab78.1612-30.902933.4070
CIE-Lab82.4281-30.667942.3886

#aedb7b color RGB value is (174,219,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01111011
Octal 256 333 173
Decimal 174 219 123
Hex AE DB 7B

RGB Percentages of Color #aedb7b

%33.72
%42.44
%23.84

CMYK Percentages of Color #aedb7b

%21
%0
%44
%14

Triadic Colors of #aedb7b

#aedb7b #7baedb #db7bae

Analogous Colors of #aedb7b

#aedb7b #7edb7b #dbd87b

Monochromatic Colors of #aedb7b

#aedb7b

Complementary Color

#aedb7b #a87bdb

#aedb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb7b Color CSS Codes

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

#aedb7b Text Font Color

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

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


#aedb7b Background Color

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

This div background color is #aedb7b


#aedb7b Border Color

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

This div border color is #aedb7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb7b


Comments

No comments written yet.

Please login to write comment.