Color Hex Logo

#aebd98 Color Hex

#AEBD98
(174,189,152)
0 Favorites   0 Comments

Color spaces of #aebd98

RGB 174189152
HSL0.230.220.67
HSV84°20°74°
CMYK 0.080.000.20   0.26
XYZ41.320747.660936.7274
Yxy47.66090.32870.3791
Hunter Lab69.0369-13.976816.7837
CIE-Lab74.6105-11.789017.0035

#aebd98 color RGB value is (174,189,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 10011000
Octal 256 275 230
Decimal 174 189 152
Hex AE BD 98

RGB Percentages of Color #aebd98

%33.79
%36.70
%29.51

CMYK Percentages of Color #aebd98

%8
%0
%20
%26

Triadic Colors of #aebd98

#aebd98 #98aebd #bd98ae

Analogous Colors of #aebd98

#aebd98 #9cbd98 #bdba98

Monochromatic Colors of #aebd98

#aebd98

Complementary Color

#aebd98 #a798bd

#aebd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd98 Color CSS Codes

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

#aebd98 Text Font Color

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

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


#aebd98 Background Color

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

This div background color is #aebd98


#aebd98 Border Color

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

This div border color is #aebd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd98


Comments

No comments written yet.

Please login to write comment.