Color Hex Logo

#afe003 Color Hex

#AFE003
(175,224,3)
0 Favorites   0 Comments

Color spaces of #afe003

RGB 1752243
HSL0.200.970.45
HSV73°99°88°
CMYK 0.220.000.99   0.12
XYZ44.351362.43189.7991
Yxy62.43180.38040.5355
Hunter Lab79.0138-38.080247.9567
CIE-Lab83.1425-39.522281.3084

#afe003 color RGB value is (175,224,3).

#afe003 hex color red value is 175, green value is 224 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #afe003 hue: 0.20 , saturation: 0.97 and the lightness value of afe003 is 0.45.

The process color (four color CMYK) of #afe003 color hex is 0.22, 0.00, 0.99, 0.12. Web safe color of #afe003 is #99cc00. Color #afe003 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100000 00000011
Octal 257 340 3
Decimal 175 224 3
Hex AF E0 3

RGB Percentages of Color #afe003

%43.53
%55.72
%0.75

CMYK Percentages of Color #afe003

%22
%0
%99
%12

Triadic Colors of #afe003

#afe003 #03afe0 #e003af

Analogous Colors of #afe003

#afe003 #41e003 #e0a303

Monochromatic Colors of #afe003

#afe003

Complementary Color

#afe003 #3403e0

#afe003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe003 Color CSS Codes

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

#afe003 Text Font Color

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

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


#afe003 Background Color

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

This div background color is #afe003


#afe003 Border Color

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

This div border color is #afe003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe003


Comments

No comments written yet.

Please login to write comment.