Color Hex Logo

#aecb5d Color Hex

#AECB5D
(174,203,93)
0 Favorites   0 Comments

Color spaces of #aecb5d

RGB 17420393
HSL0.210.510.58
HSV76°54°80°
CMYK 0.140.000.54   0.20
XYZ40.787352.500918.3399
Yxy52.50090.36540.4703
Hunter Lab72.4575-26.320635.7132
CIE-Lab77.5794-26.222750.8913

#aecb5d color RGB value is (174,203,93).

#aecb5d hex color red value is 174, green value is 203 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aecb5d hue: 0.21 , saturation: 0.51 and the lightness value of aecb5d is 0.58.

The process color (four color CMYK) of #aecb5d color hex is 0.14, 0.00, 0.54, 0.20. Web safe color of #aecb5d is #99cc66. Color #aecb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001011 01011101
Octal 256 313 135
Decimal 174 203 93
Hex AE CB 5D

RGB Percentages of Color #aecb5d

%37.02
%43.19
%19.79

CMYK Percentages of Color #aecb5d

%14
%0
%54
%20

Triadic Colors of #aecb5d

#aecb5d #5daecb #cb5dae

Analogous Colors of #aecb5d

#aecb5d #77cb5d #cbb15d

Monochromatic Colors of #aecb5d

#aecb5d

Complementary Color

#aecb5d #7a5dcb

#aecb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aecb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aecb5d Color CSS Codes

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

#aecb5d Text Font Color

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

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


#aecb5d Background Color

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

This div background color is #aecb5d


#aecb5d Border Color

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

This div border color is #aecb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aecb5d


Comments

No comments written yet.

Please login to write comment.