Color Hex Logo

#affe41 Color Hex

#AFFE41
(175,254,65)
0 Favorites   0 Comments

Color spaces of #affe41

RGB 17525465
HSL0.240.990.63
HSV85°74°100°
CMYK 0.310.000.74   0.00
XYZ54.075180.379217.6657
Yxy80.37920.35550.5284
Hunter Lab89.6544-49.233051.0755
CIE-Lab91.8547-50.583476.8743

#affe41 color RGB value is (175,254,65).

#affe41 hex color red value is 175, green value is 254 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #affe41 hue: 0.24 , saturation: 0.99 and the lightness value of affe41 is 0.63.

The process color (four color CMYK) of #affe41 color hex is 0.31, 0.00, 0.74, 0.00. Web safe color of #affe41 is #99ff33. Color #affe41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111110 01000001
Octal 257 376 101
Decimal 175 254 65
Hex AF FE 41

RGB Percentages of Color #affe41

%35.43
%51.42
%13.16

CMYK Percentages of Color #affe41

%31
%0
%74
%0

Triadic Colors of #affe41

#affe41 #41affe #fe41af

Analogous Colors of #affe41

#affe41 #51fe41 #feef41

Monochromatic Colors of #affe41

#affe41

Complementary Color

#affe41 #9041fe

#affe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affe41 Color CSS Codes

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

#affe41 Text Font Color

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

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


#affe41 Background Color

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

This div background color is #affe41


#affe41 Border Color

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

This div border color is #affe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affe41


Comments

No comments written yet.

Please login to write comment.