Color Hex Logo

#afe74e Color Hex

#AFE74E
(175,231,78)
0 Favorites   0 Comments

Color spaces of #afe74e

RGB 17523178
HSL0.230.760.61
HSV82°66°91°
CMYK 0.240.000.66   0.09
XYZ47.630366.815817.5941
Yxy66.81580.36070.5060
Hunter Lab81.7409-39.035044.4569
CIE-Lab85.4108-39.968465.9117

#afe74e color RGB value is (175,231,78).

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

The process color (four color CMYK) of #afe74e color hex is 0.24, 0.00, 0.66, 0.09. Web safe color of #afe74e is #99ff66. Color #afe74e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 01001110
Octal 257 347 116
Decimal 175 231 78
Hex AF E7 4E

RGB Percentages of Color #afe74e

%36.16
%47.73
%16.12

CMYK Percentages of Color #afe74e

%24
%0
%66
%9

Triadic Colors of #afe74e

#afe74e #4eafe7 #e74eaf

Analogous Colors of #afe74e

#afe74e #63e74e #e7d34e

Monochromatic Colors of #afe74e

#afe74e

Complementary Color

#afe74e #864ee7

#afe74e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe74e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe74e Color CSS Codes

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

#afe74e Text Font Color

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

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


#afe74e Background Color

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

This div background color is #afe74e


#afe74e Border Color

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

This div border color is #afe74e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe74e


Comments

No comments written yet.

Please login to write comment.