Color Hex Logo

#afe584 Color Hex

#AFE584
(175,229,132)
0 Favorites   0 Comments

Color spaces of #afe584

RGB 175229132
HSL0.260.650.71
HSV93°42°90°
CMYK 0.240.000.42   0.10
XYZ49.863466.818532.0990
Yxy66.81850.33510.4491
Hunter Lab81.7426-34.163633.9376
CIE-Lab85.4122-33.862241.7397

#afe584 color RGB value is (175,229,132).

#afe584 hex color red value is 175, green value is 229 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afe584 hue: 0.26 , saturation: 0.65 and the lightness value of afe584 is 0.71.

The process color (four color CMYK) of #afe584 color hex is 0.24, 0.00, 0.42, 0.10. Web safe color of #afe584 is #99cc99. Color #afe584 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 10000100
Octal 257 345 204
Decimal 175 229 132
Hex AF E5 84

RGB Percentages of Color #afe584

%32.65
%42.72
%24.63

CMYK Percentages of Color #afe584

%24
%0
%42
%10

Triadic Colors of #afe584

#afe584 #84afe5 #e584af

Analogous Colors of #afe584

#afe584 #84e58a #e0e584

Monochromatic Colors of #afe584

#afe584

Complementary Color

#afe584 #ba84e5

#afe584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe584 Color CSS Codes

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

#afe584 Text Font Color

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

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


#afe584 Background Color

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

This div background color is #afe584


#afe584 Border Color

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

This div border color is #afe584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe584


Comments

No comments written yet.

Please login to write comment.