Color Hex Logo

#afe72b Color Hex

#AFE72B
(175,231,43)
0 Favorites   0 Comments

Color spaces of #afe72b

RGB 17523143
HSL0.220.800.54
HSV78°81°91°
CMYK 0.240.000.81   0.09
XYZ46.691266.440212.6489
Yxy66.44020.37120.5282
Hunter Lab81.5109-40.395347.8569
CIE-Lab85.2205-41.775276.9305

#afe72b color RGB value is (175,231,43).

#afe72b hex color red value is 175, green value is 231 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afe72b hue: 0.22 , saturation: 0.80 and the lightness value of afe72b is 0.54.

The process color (four color CMYK) of #afe72b color hex is 0.24, 0.00, 0.81, 0.09. Web safe color of #afe72b is #99ff33. Color #afe72b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100111 00101011
Octal 257 347 53
Decimal 175 231 43
Hex AF E7 2B

RGB Percentages of Color #afe72b

%38.98
%51.45
%9.58

CMYK Percentages of Color #afe72b

%24
%0
%81
%9

Triadic Colors of #afe72b

#afe72b #2bafe7 #e72baf

Analogous Colors of #afe72b

#afe72b #51e72b #e7c12b

Monochromatic Colors of #afe72b

#afe72b

Complementary Color

#afe72b #632be7

#afe72b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe72b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe72b Color CSS Codes

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

#afe72b Text Font Color

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

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


#afe72b Background Color

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

This div background color is #afe72b


#afe72b Border Color

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

This div border color is #afe72b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe72b


Comments

No comments written yet.

Please login to write comment.