Color Hex Logo

#afe028 Color Hex

#AFE028
(175,224,40)
0 Favorites   0 Comments

Color spaces of #afe028

RGB 17522440
HSL0.210.750.52
HSV76°82°88°
CMYK 0.220.000.82   0.12
XYZ44.717962.578511.7295
Yxy62.57850.37570.5258
Hunter Lab79.1066-37.532846.5834
CIE-Lab83.2201-38.791075.9058

#afe028 color RGB value is (175,224,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00101000
Octal 257 340 50
Decimal 175 224 40
Hex AF E0 28

RGB Percentages of Color #afe028

%39.86
%51.03
%9.11

CMYK Percentages of Color #afe028

%22
%0
%82
%12

Triadic Colors of #afe028

#afe028 #28afe0 #e028af

Analogous Colors of #afe028

#afe028 #53e028 #e0b528

Monochromatic Colors of #afe028

#afe028

Complementary Color

#afe028 #5928e0

#afe028 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe028 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe028 Color CSS Codes

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

#afe028 Text Font Color

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

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


#afe028 Background Color

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

This div background color is #afe028


#afe028 Border Color

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

This div border color is #afe028


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe028


Comments

No comments written yet.

Please login to write comment.