Color Hex Logo

#aec869 Color Hex

#AEC869
(174,200,105)
0 Favorites   0 Comments

Color spaces of #aec869

RGB 174200105
HSL0.210.460.60
HSV76°48°78°
CMYK 0.130.000.48   0.22
XYZ40.659651.327121.1287
Yxy51.32710.35950.4538
Hunter Lab71.6429-24.070832.6644
CIE-Lab76.8767-23.588044.3432

#aec869 color RGB value is (174,200,105).

#aec869 hex color red value is 174, green value is 200 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #aec869 hue: 0.21 , saturation: 0.46 and the lightness value of aec869 is 0.60.

The process color (four color CMYK) of #aec869 color hex is 0.13, 0.00, 0.48, 0.22. Web safe color of #aec869 is #99cc66. Color #aec869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11001000 01101001
Octal 256 310 151
Decimal 174 200 105
Hex AE C8 69

RGB Percentages of Color #aec869

%36.33
%41.75
%21.92

CMYK Percentages of Color #aec869

%13
%0
%48
%22

Triadic Colors of #aec869

#aec869 #69aec8 #c869ae

Analogous Colors of #aec869

#aec869 #7fc869 #c8b369

Monochromatic Colors of #aec869

#aec869

Complementary Color

#aec869 #8369c8

#aec869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aec869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aec869 Color CSS Codes

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

#aec869 Text Font Color

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

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


#aec869 Background Color

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

This div background color is #aec869


#aec869 Border Color

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

This div border color is #aec869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aec869


Comments

No comments written yet.

Please login to write comment.