Color Hex Logo

#aef998 Color Hex

#AEF998
(174,249,152)
0 Favorites   0 Comments

Color spaces of #aef998

RGB 174249152
HSL0.300.890.79
HSV106°39°98°
CMYK 0.300.000.39   0.02
XYZ56.998779.017041.9534
Yxy79.01700.32030.4440
Hunter Lab88.8915-41.103034.2414
CIE-Lab91.2420-40.606339.3656

#aef998 color RGB value is (174,249,152).

#aef998 hex color red value is 174, green value is 249 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aef998 hue: 0.30 , saturation: 0.89 and the lightness value of aef998 is 0.79.

The process color (four color CMYK) of #aef998 color hex is 0.30, 0.00, 0.39, 0.02. Web safe color of #aef998 is #99ff99. Color #aef998 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 10011000
Octal 256 371 230
Decimal 174 249 152
Hex AE F9 98

RGB Percentages of Color #aef998

%30.26
%43.30
%26.43

CMYK Percentages of Color #aef998

%30
%0
%39
%2

Triadic Colors of #aef998

#aef998 #98aef9 #f998ae

Analogous Colors of #aef998

#aef998 #98f9b3 #dff998

Monochromatic Colors of #aef998

#aef998

Complementary Color

#aef998 #e398f9

#aef998 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef998 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef998 Color CSS Codes

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

#aef998 Text Font Color

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

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


#aef998 Background Color

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

This div background color is #aef998


#aef998 Border Color

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

This div border color is #aef998


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef998


Comments

No comments written yet.

Please login to write comment.