Color Hex Logo

#aefb98 Color Hex

#AEFB98
(174,251,152)
0 Favorites   0 Comments

Color spaces of #aefb98

RGB 174251152
HSL0.300.930.79
HSV107°39°98°
CMYK 0.310.000.39   0.02
XYZ57.620280.260042.1606
Yxy80.26000.32000.4458
Hunter Lab89.5879-41.973234.8093
CIE-Lab91.8014-41.490640.0909

#aefb98 color RGB value is (174,251,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111011 10011000
Octal 256 373 230
Decimal 174 251 152
Hex AE FB 98

RGB Percentages of Color #aefb98

%30.16
%43.50
%26.34

CMYK Percentages of Color #aefb98

%31
%0
%39
%2

Triadic Colors of #aefb98

#aefb98 #98aefb #fb98ae

Analogous Colors of #aefb98

#aefb98 #98fbb4 #e0fb98

Monochromatic Colors of #aefb98

#aefb98

Complementary Color

#aefb98 #e598fb

#aefb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefb98 Color CSS Codes

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

#aefb98 Text Font Color

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

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


#aefb98 Background Color

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

This div background color is #aefb98


#aefb98 Border Color

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

This div border color is #aefb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefb98


Comments

No comments written yet.

Please login to write comment.