Color Hex Logo

#afe403 Color Hex

#AFE403
(175,228,3)
0 Favorites   0 Comments

Color spaces of #afe403

RGB 1752283
HSL0.210.970.45
HSV74°99°89°
CMYK 0.230.000.99   0.11
XYZ45.439064.607310.1617
Yxy64.60730.37800.5375
Hunter Lab80.3787-39.754548.7695
CIE-Lab84.2810-41.284582.1791

#afe403 color RGB value is (175,228,3).

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

The process color (four color CMYK) of #afe403 color hex is 0.23, 0.00, 0.99, 0.11. Web safe color of #afe403 is #99cc00. Color #afe403 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 00000011
Octal 257 344 3
Decimal 175 228 3
Hex AF E4 3

RGB Percentages of Color #afe403

%43.10
%56.16
%0.74

CMYK Percentages of Color #afe403

%23
%0
%99
%11

Triadic Colors of #afe403

#afe403 #03afe4 #e403af

Analogous Colors of #afe403

#afe403 #3fe403 #e4a903

Monochromatic Colors of #afe403

#afe403

Complementary Color

#afe403 #3803e4

#afe403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe403 Color CSS Codes

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

#afe403 Text Font Color

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

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


#afe403 Background Color

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

This div background color is #afe403


#afe403 Border Color

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

This div border color is #afe403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe403


Comments

No comments written yet.

Please login to write comment.