Color Hex Logo

#aeea98 Color Hex

#AEEA98
(174,234,152)
0 Favorites   0 Comments

Color spaces of #aeea98

RGB 174234152
HSL0.290.660.76
HSV104°35°92°
CMYK 0.260.000.35   0.08
XYZ52.545970.111340.4691
Yxy70.11130.32210.4298
Hunter Lab83.7325-34.515129.9570
CIE-Lab87.0514-33.822333.8774

#aeea98 color RGB value is (174,234,152).

#aeea98 hex color red value is 174, green value is 234 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aeea98 hue: 0.29 , saturation: 0.66 and the lightness value of aeea98 is 0.76.

The process color (four color CMYK) of #aeea98 color hex is 0.26, 0.00, 0.35, 0.08. Web safe color of #aeea98 is #99ff99. Color #aeea98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 10011000
Octal 256 352 230
Decimal 174 234 152
Hex AE EA 98

RGB Percentages of Color #aeea98

%31.07
%41.79
%27.14

CMYK Percentages of Color #aeea98

%26
%0
%35
%8

Triadic Colors of #aeea98

#aeea98 #98aeea #ea98ae

Analogous Colors of #aeea98

#aeea98 #98eaab #d7ea98

Monochromatic Colors of #aeea98

#aeea98

Complementary Color

#aeea98 #d498ea

#aeea98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeea98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeea98 Color CSS Codes

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

#aeea98 Text Font Color

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

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


#aeea98 Background Color

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

This div background color is #aeea98


#aeea98 Border Color

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

This div border color is #aeea98


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,234,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 #aeea98">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeea98


Comments

No comments written yet.

Please login to write comment.