Color Hex Logo

#afe54e Color Hex

#AFE54E
(175,229,78)
0 Favorites   0 Comments

Color spaces of #afe54e

RGB 17522978
HSL0.230.740.60
HSV81°66°90°
CMYK 0.240.000.66   0.10
XYZ47.073765.702617.4086
Yxy65.70260.36160.5047
Hunter Lab81.0571-38.186644.0063
CIE-Lab84.8445-39.080365.3195

#afe54e color RGB value is (175,229,78).

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

The process color (four color CMYK) of #afe54e color hex is 0.24, 0.00, 0.66, 0.10. Web safe color of #afe54e is #99cc66. Color #afe54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 01001110
Octal 257 345 116
Decimal 175 229 78
Hex AF E5 4E

RGB Percentages of Color #afe54e

%36.31
%47.51
%16.18

CMYK Percentages of Color #afe54e

%24
%0
%66
%10

Triadic Colors of #afe54e

#afe54e #4eafe5 #e54eaf

Analogous Colors of #afe54e

#afe54e #64e54e #e5d04e

Monochromatic Colors of #afe54e

#afe54e

Complementary Color

#afe54e #844ee5

#afe54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe54e Color CSS Codes

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

#afe54e Text Font Color

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

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


#afe54e Background Color

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

This div background color is #afe54e


#afe54e Border Color

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

This div border color is #afe54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe54e

#afe54e Color Palettes


Comments

No comments written yet.

Please login to write comment.