Color Hex Logo

#afe94e Color Hex

#AFE94E
(175,233,78)
0 Favorites   0 Comments

Color spaces of #afe94e

RGB 17523378
HSL0.230.780.61
HSV82°67°91°
CMYK 0.250.000.67   0.09
XYZ48.193367.941817.7818
Yxy67.94180.35990.5073
Hunter Lab82.4268-39.881644.9082
CIE-Lab85.9773-40.851566.5024

#afe94e color RGB value is (175,233,78).

#afe94e hex color red value is 175, green value is 233 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afe94e hue: 0.23 , saturation: 0.78 and the lightness value of afe94e is 0.61.

The process color (four color CMYK) of #afe94e color hex is 0.25, 0.00, 0.67, 0.09. Web safe color of #afe94e is #99ff66. Color #afe94e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01001110
Octal 257 351 116
Decimal 175 233 78
Hex AF E9 4E

RGB Percentages of Color #afe94e

%36.01
%47.94
%16.05

CMYK Percentages of Color #afe94e

%25
%0
%67
%9

Triadic Colors of #afe94e

#afe94e #4eafe9 #e94eaf

Analogous Colors of #afe94e

#afe94e #61e94e #e9d64e

Monochromatic Colors of #afe94e

#afe94e

Complementary Color

#afe94e #884ee9

#afe94e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe94e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe94e Color CSS Codes

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

#afe94e Text Font Color

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

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


#afe94e Background Color

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

This div background color is #afe94e


#afe94e Border Color

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

This div border color is #afe94e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe94e


Comments

No comments written yet.

Please login to write comment.