Color Hex Logo

#afe159 Color Hex

#AFE159
(175,225,89)
0 Favorites   0 Comments

Color spaces of #afe159

RGB 17522589
HSL0.230.690.62
HSV82°60°88°
CMYK 0.220.000.60   0.12
XYZ46.407663.685719.2978
Yxy63.68570.35870.4922
Hunter Lab79.8033-35.853741.5250
CIE-Lab83.8019-36.460959.7292

#afe159 color RGB value is (175,225,89).

#afe159 hex color red value is 175, green value is 225 and the blue value of its RGB is 89. Cylindrical-coordinate representations (also known as HSL) of color #afe159 hue: 0.23 , saturation: 0.69 and the lightness value of afe159 is 0.62.

The process color (four color CMYK) of #afe159 color hex is 0.22, 0.00, 0.60, 0.12. Web safe color of #afe159 is #99cc66. Color #afe159 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 01011001
Octal 257 341 131
Decimal 175 225 89
Hex AF E1 59

RGB Percentages of Color #afe159

%35.79
%46.01
%18.20

CMYK Percentages of Color #afe159

%22
%0
%60
%12

Triadic Colors of #afe159

#afe159 #59afe1 #e159af

Analogous Colors of #afe159

#afe159 #6be159 #e1cf59

Monochromatic Colors of #afe159

#afe159

Complementary Color

#afe159 #8b59e1

#afe159 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe159 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe159 Color CSS Codes

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

#afe159 Text Font Color

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

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


#afe159 Background Color

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

This div background color is #afe159


#afe159 Border Color

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

This div border color is #afe159


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,225,89, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afe159">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe159


Comments

No comments written yet.

Please login to write comment.