Color Hex Logo

#afe340 Color Hex

#AFE340
(175,227,64)
0 Favorites   0 Comments

Color spaces of #afe340

RGB 17522764
HSL0.220.740.57
HSV79°72°89°
CMYK 0.230.000.72   0.11
XYZ46.073764.422314.8569
Yxy64.42230.36760.5139
Hunter Lab80.2635-37.996745.2098
CIE-Lab84.1852-39.059669.7689

#afe340 color RGB value is (175,227,64).

#afe340 hex color red value is 175, green value is 227 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #afe340 hue: 0.22 , saturation: 0.74 and the lightness value of afe340 is 0.57.

The process color (four color CMYK) of #afe340 color hex is 0.23, 0.00, 0.72, 0.11. Web safe color of #afe340 is #99cc33. Color #afe340 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100011 01000000
Octal 257 343 100
Decimal 175 227 64
Hex AF E3 40

RGB Percentages of Color #afe340

%37.55
%48.71
%13.73

CMYK Percentages of Color #afe340

%23
%0
%72
%11

Triadic Colors of #afe340

#afe340 #40afe3 #e340af

Analogous Colors of #afe340

#afe340 #5ee340 #e3c640

Monochromatic Colors of #afe340

#afe340

Complementary Color

#afe340 #7440e3

#afe340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe340 Color CSS Codes

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

#afe340 Text Font Color

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

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


#afe340 Background Color

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

This div background color is #afe340


#afe340 Border Color

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

This div border color is #afe340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe340


Comments

No comments written yet.

Please login to write comment.