Color Hex Logo

#afe53b Color Hex

#AFE53B
(175,229,59)
0 Favorites   0 Comments

Color spaces of #afe53b

RGB 17522959
HSL0.220.770.56
HSV79°74°90°
CMYK 0.240.000.74   0.10
XYZ46.487965.468314.3242
Yxy65.46830.36810.5184
Hunter Lab80.9125-39.040546.1424
CIE-Lab84.7245-40.210871.9444

#afe53b color RGB value is (175,229,59).

#afe53b hex color red value is 175, green value is 229 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #afe53b hue: 0.22 , saturation: 0.77 and the lightness value of afe53b is 0.56.

The process color (four color CMYK) of #afe53b color hex is 0.24, 0.00, 0.74, 0.10. Web safe color of #afe53b is #99cc33. Color #afe53b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00111011
Octal 257 345 73
Decimal 175 229 59
Hex AF E5 3B

RGB Percentages of Color #afe53b

%37.80
%49.46
%12.74

CMYK Percentages of Color #afe53b

%24
%0
%74
%10

Triadic Colors of #afe53b

#afe53b #3bafe5 #e53baf

Analogous Colors of #afe53b

#afe53b #5ae53b #e5c63b

Monochromatic Colors of #afe53b

#afe53b

Complementary Color

#afe53b #713be5

#afe53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe53b Color CSS Codes

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

#afe53b Text Font Color

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

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


#afe53b Background Color

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

This div background color is #afe53b


#afe53b Border Color

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

This div border color is #afe53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe53b


Comments

No comments written yet.

Please login to write comment.