Color Hex Logo

#afe42b Color Hex

#AFE42B
(175,228,43)
0 Favorites   0 Comments

Color spaces of #afe42b

RGB 17522843
HSL0.210.770.53
HSV77°81°89°
CMYK 0.230.000.81   0.11
XYZ45.858664.775212.3714
Yxy64.77520.37280.5266
Hunter Lab80.4830-39.137447.2244
CIE-Lab84.3678-40.458976.1793

#afe42b color RGB value is (175,228,43).

#afe42b hex color red value is 175, green value is 228 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afe42b hue: 0.21 , saturation: 0.77 and the lightness value of afe42b is 0.53.

The process color (four color CMYK) of #afe42b color hex is 0.23, 0.00, 0.81, 0.11. Web safe color of #afe42b is #99cc33. Color #afe42b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 00101011
Octal 257 344 53
Decimal 175 228 43
Hex AF E4 2B

RGB Percentages of Color #afe42b

%39.24
%51.12
%9.64

CMYK Percentages of Color #afe42b

%23
%0
%81
%11

Triadic Colors of #afe42b

#afe42b #2bafe4 #e42baf

Analogous Colors of #afe42b

#afe42b #53e42b #e4bd2b

Monochromatic Colors of #afe42b

#afe42b

Complementary Color

#afe42b #602be4

#afe42b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe42b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe42b Color CSS Codes

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

#afe42b Text Font Color

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

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


#afe42b Background Color

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

This div background color is #afe42b


#afe42b Border Color

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

This div border color is #afe42b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe42b


Comments

No comments written yet.

Please login to write comment.