Color Hex Logo

#aefd98 Color Hex

#AEFD98
(174,253,152)
0 Favorites   0 Comments

Color spaces of #aefd98

RGB 174253152
HSL0.300.960.79
HSV107°40°99°
CMYK 0.310.000.40   0.01
XYZ58.248381.516242.3700
Yxy81.51620.31980.4476
Hunter Lab90.2863-42.841635.3765
CIE-Lab92.3609-42.370240.8146

#aefd98 color RGB value is (174,253,152).

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

The process color (four color CMYK) of #aefd98 color hex is 0.31, 0.00, 0.40, 0.01. Web safe color of #aefd98 is #99ff99. Color #aefd98 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 10011000
Octal 256 375 230
Decimal 174 253 152
Hex AE FD 98

RGB Percentages of Color #aefd98

%30.05
%43.70
%26.25

CMYK Percentages of Color #aefd98

%31
%0
%40
%1

Triadic Colors of #aefd98

#aefd98 #98aefd #fd98ae

Analogous Colors of #aefd98

#aefd98 #98fdb5 #e1fd98

Monochromatic Colors of #aefd98

#aefd98

Complementary Color

#aefd98 #e798fd

#aefd98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefd98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefd98 Color CSS Codes

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

#aefd98 Text Font Color

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

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


#aefd98 Background Color

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

This div background color is #aefd98


#aefd98 Border Color

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

This div border color is #aefd98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefd98


Comments

No comments written yet.

Please login to write comment.