Color Hex Logo

#afe414 Color Hex

#AFE414
(175,228,20)
0 Favorites   0 Comments

Color spaces of #afe414

RGB 17522820
HSL0.210.840.49
HSV75°91°89°
CMYK 0.230.000.91   0.11
XYZ45.548964.651310.7401
Yxy64.65130.37660.5346
Hunter Lab80.4060-39.592848.3647
CIE-Lab84.3037-41.067780.5288

#afe414 color RGB value is (175,228,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 00010100
Octal 257 344 24
Decimal 175 228 20
Hex AF E4 14

RGB Percentages of Color #afe414

%41.37
%53.90
%4.73

CMYK Percentages of Color #afe414

%23
%0
%91
%11

Triadic Colors of #afe414

#afe414 #14afe4 #e414af

Analogous Colors of #afe414

#afe414 #47e414 #e4b114

Monochromatic Colors of #afe414

#afe414

Complementary Color

#afe414 #4914e4

#afe414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe414 Color CSS Codes

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

#afe414 Text Font Color

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

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


#afe414 Background Color

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

This div background color is #afe414


#afe414 Border Color

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

This div border color is #afe414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe414


Comments

No comments written yet.

Please login to write comment.