Color Hex Logo

#afe441 Color Hex

#AFE441
(175,228,65)
0 Favorites   0 Comments

Color spaces of #afe441

RGB 17522865
HSL0.220.750.57
HSV80°71°89°
CMYK 0.230.000.71   0.11
XYZ46.376764.982415.0996
Yxy64.98240.36670.5139
Hunter Lab80.6117-38.377645.3224
CIE-Lab84.4747-39.448469.7104

#afe441 color RGB value is (175,228,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 01000001
Octal 257 344 101
Decimal 175 228 65
Hex AF E4 41

RGB Percentages of Color #afe441

%37.39
%48.72
%13.89

CMYK Percentages of Color #afe441

%23
%0
%71
%11

Triadic Colors of #afe441

#afe441 #41afe4 #e441af

Analogous Colors of #afe441

#afe441 #5ee441 #e4c841

Monochromatic Colors of #afe441

#afe441

Complementary Color

#afe441 #7641e4

#afe441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe441 Color CSS Codes

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

#afe441 Text Font Color

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

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


#afe441 Background Color

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

This div background color is #afe441


#afe441 Border Color

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

This div border color is #afe441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe441


Comments

No comments written yet.

Please login to write comment.