Color Hex Logo

#afe698 Color Hex

#AFE698
(175,230,152)
0 Favorites   0 Comments

Color spaces of #afe698

RGB 175230152
HSL0.280.610.75
HSV102°34°90°
CMYK 0.240.000.34   0.10
XYZ51.643567.974640.1043
Yxy67.97460.32330.4256
Hunter Lab82.4467-32.471828.8724
CIE-Lab85.9937-31.626132.4872

#afe698 color RGB value is (175,230,152).

#afe698 hex color red value is 175, green value is 230 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afe698 hue: 0.28 , saturation: 0.61 and the lightness value of afe698 is 0.75.

The process color (four color CMYK) of #afe698 color hex is 0.24, 0.00, 0.34, 0.10. Web safe color of #afe698 is #99ff99. Color #afe698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 10011000
Octal 257 346 230
Decimal 175 230 152
Hex AF E6 98

RGB Percentages of Color #afe698

%31.42
%41.29
%27.29

CMYK Percentages of Color #afe698

%24
%0
%34
%10

Triadic Colors of #afe698

#afe698 #98afe6 #e698af

Analogous Colors of #afe698

#afe698 #98e6a8 #d6e698

Monochromatic Colors of #afe698

#afe698

Complementary Color

#afe698 #cf98e6

#afe698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe698 Color CSS Codes

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

#afe698 Text Font Color

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

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


#afe698 Background Color

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

This div background color is #afe698


#afe698 Border Color

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

This div border color is #afe698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe698


Comments

No comments written yet.

Please login to write comment.