Color Hex Logo

#afef41 Color Hex

#AFEF41
(175,239,65)
0 Favorites   0 Comments

Color spaces of #afef41

RGB 17523965
HSL0.230.840.60
HSV82°73°94°
CMYK 0.270.000.73   0.06
XYZ49.499871.228616.1406
Yxy71.22860.36170.5204
Hunter Lab84.3970-43.002647.7389
CIE-Lab87.5960-44.257572.7656

#afef41 color RGB value is (175,239,65).

#afef41 hex color red value is 175, green value is 239 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afef41 hue: 0.23 , saturation: 0.84 and the lightness value of afef41 is 0.60.

The process color (four color CMYK) of #afef41 color hex is 0.27, 0.00, 0.73, 0.06. Web safe color of #afef41 is #99ff33. Color #afef41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101111 01000001
Octal 257 357 101
Decimal 175 239 65
Hex AF EF 41

RGB Percentages of Color #afef41

%36.53
%49.90
%13.57

CMYK Percentages of Color #afef41

%27
%0
%73
%6

Triadic Colors of #afef41

#afef41 #41afef #ef41af

Analogous Colors of #afef41

#afef41 #58ef41 #efd841

Monochromatic Colors of #afef41

#afef41

Complementary Color

#afef41 #8141ef

#afef41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afef41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afef41 Color CSS Codes

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

#afef41 Text Font Color

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

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


#afef41 Background Color

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

This div background color is #afef41


#afef41 Border Color

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

This div border color is #afef41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afef41


Comments

No comments written yet.

Please login to write comment.