Color Hex Logo

#afe641 Color Hex

#AFE641
(175,230,65)
0 Favorites   0 Comments

Color spaces of #afe641

RGB 17523065
HSL0.220.770.58
HSV80°72°90°
CMYK 0.240.000.72   0.10
XYZ46.930166.089215.2840
Yxy66.08920.36580.5151
Hunter Lab81.2953-39.222345.7598
CIE-Lab85.0419-40.333870.2687

#afe641 color RGB value is (175,230,65).

#afe641 hex color red value is 175, green value is 230 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afe641 hue: 0.22 , saturation: 0.77 and the lightness value of afe641 is 0.58.

The process color (four color CMYK) of #afe641 color hex is 0.24, 0.00, 0.72, 0.10. Web safe color of #afe641 is #99ff33. Color #afe641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100110 01000001
Octal 257 346 101
Decimal 175 230 65
Hex AF E6 41

RGB Percentages of Color #afe641

%37.23
%48.94
%13.83

CMYK Percentages of Color #afe641

%24
%0
%72
%10

Triadic Colors of #afe641

#afe641 #41afe6 #e641af

Analogous Colors of #afe641

#afe641 #5de641 #e6cb41

Monochromatic Colors of #afe641

#afe641

Complementary Color

#afe641 #7841e6

#afe641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe641 Color CSS Codes

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

#afe641 Text Font Color

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

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


#afe641 Background Color

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

This div background color is #afe641


#afe641 Border Color

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

This div border color is #afe641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe641


Comments

No comments written yet.

Please login to write comment.