Color Hex Logo

#afe922 Color Hex

#AFE922
(175,233,34)
0 Favorites   0 Comments

Color spaces of #afe922

RGB 17523334
HSL0.220.820.52
HSV77°85°91°
CMYK 0.250.000.85   0.09
XYZ47.106867.507312.0608
Yxy67.50730.37190.5329
Hunter Lab82.1628-41.444748.8107
CIE-Lab85.7595-42.931579.3964

#afe922 color RGB value is (175,233,34).

#afe922 hex color red value is 175, green value is 233 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #afe922 hue: 0.22 , saturation: 0.82 and the lightness value of afe922 is 0.52.

The process color (four color CMYK) of #afe922 color hex is 0.25, 0.00, 0.85, 0.09. Web safe color of #afe922 is #99ff33. Color #afe922 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 00100010
Octal 257 351 42
Decimal 175 233 34
Hex AF E9 22

RGB Percentages of Color #afe922

%39.59
%52.71
%7.69

CMYK Percentages of Color #afe922

%25
%0
%85
%9

Triadic Colors of #afe922

#afe922 #22afe9 #e922af

Analogous Colors of #afe922

#afe922 #4ce922 #e9c022

Monochromatic Colors of #afe922

#afe922

Complementary Color

#afe922 #5c22e9

#afe922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe922 Color CSS Codes

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

#afe922 Text Font Color

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

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


#afe922 Background Color

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

This div background color is #afe922


#afe922 Border Color

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

This div border color is #afe922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe922


Comments

No comments written yet.

Please login to write comment.