Color Hex Logo

#afe022 Color Hex

#AFE022
(175,224,34)
0 Favorites   0 Comments

Color spaces of #afe022

RGB 17522434
HSL0.210.750.51
HSV75°85°88°
CMYK 0.220.000.85   0.12
XYZ44.623662.540811.2330
Yxy62.54080.37690.5282
Hunter Lab79.0827-37.673546.9363
CIE-Lab83.2002-38.978777.2336

#afe022 color RGB value is (175,224,34).

#afe022 hex color red value is 175, green value is 224 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #afe022 hue: 0.21 , saturation: 0.75 and the lightness value of afe022 is 0.51.

The process color (four color CMYK) of #afe022 color hex is 0.22, 0.00, 0.85, 0.12. Web safe color of #afe022 is #99cc33. Color #afe022 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00100010
Octal 257 340 42
Decimal 175 224 34
Hex AF E0 22

RGB Percentages of Color #afe022

%40.42
%51.73
%7.85

CMYK Percentages of Color #afe022

%22
%0
%85
%12

Triadic Colors of #afe022

#afe022 #22afe0 #e022af

Analogous Colors of #afe022

#afe022 #50e022 #e0b222

Monochromatic Colors of #afe022

#afe022

Complementary Color

#afe022 #5322e0

#afe022 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe022 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe022 Color CSS Codes

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

#afe022 Text Font Color

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

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


#afe022 Background Color

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

This div background color is #afe022


#afe022 Border Color

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

This div border color is #afe022


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe022


Comments

No comments written yet.

Please login to write comment.