Color Hex Logo

#aecb82 Color Hex

#AECB82
(174,203,130)
0 Favorites   0 Comments

Color spaces of #aecb82

RGB 174203130
HSL0.230.410.65
HSV84°36°80°
CMYK 0.140.000.36   0.20
XYZ42.840853.322229.1534
Yxy53.32220.34190.4255
Hunter Lab73.0221-23.065727.4444
CIE-Lab78.0648-22.089333.2748

#aecb82 color RGB value is (174,203,130).

#aecb82 hex color red value is 174, green value is 203 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aecb82 hue: 0.23 , saturation: 0.41 and the lightness value of aecb82 is 0.65.

The process color (four color CMYK) of #aecb82 color hex is 0.14, 0.00, 0.36, 0.20. Web safe color of #aecb82 is #99cc99. Color #aecb82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 10000010
Octal 256 313 202
Decimal 174 203 130
Hex AE CB 82

RGB Percentages of Color #aecb82

%34.32
%40.04
%25.64

CMYK Percentages of Color #aecb82

%14
%0
%36
%20

Triadic Colors of #aecb82

#aecb82 #82aecb #cb82ae

Analogous Colors of #aecb82

#aecb82 #8acb82 #cbc482

Monochromatic Colors of #aecb82

#aecb82

Complementary Color

#aecb82 #9f82cb

#aecb82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb82 Color CSS Codes

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

#aecb82 Text Font Color

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

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


#aecb82 Background Color

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

This div background color is #aecb82


#aecb82 Border Color

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

This div border color is #aecb82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb82


Comments

No comments written yet.

Please login to write comment.