Color Hex Logo

#aebd92 Color Hex

#AEBD92
(174,189,146)
0 Favorites   0 Comments

Color spaces of #aebd92

RGB 174189146
HSL0.220.250.66
HSV81°23°74°
CMYK 0.080.000.23   0.26
XYZ40.841547.469234.2040
Yxy47.46920.33340.3875
Hunter Lab68.8979-14.759618.7943
CIE-Lab74.4889-12.734620.0581

#aebd92 color RGB value is (174,189,146).

#aebd92 hex color red value is 174, green value is 189 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #aebd92 hue: 0.22 , saturation: 0.25 and the lightness value of aebd92 is 0.66.

The process color (four color CMYK) of #aebd92 color hex is 0.08, 0.00, 0.23, 0.26. Web safe color of #aebd92 is #99cc99. Color #aebd92 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10010010
Octal 256 275 222
Decimal 174 189 146
Hex AE BD 92

RGB Percentages of Color #aebd92

%34.18
%37.13
%28.68

CMYK Percentages of Color #aebd92

%8
%0
%23
%26

Triadic Colors of #aebd92

#aebd92 #92aebd #bd92ae

Analogous Colors of #aebd92

#aebd92 #99bd92 #bdb792

Monochromatic Colors of #aebd92

#aebd92

Complementary Color

#aebd92 #a192bd

#aebd92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd92 Color CSS Codes

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

#aebd92 Text Font Color

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

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


#aebd92 Background Color

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

This div background color is #aebd92


#aebd92 Border Color

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

This div border color is #aebd92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd92


Comments

No comments written yet.

Please login to write comment.