Color Hex Logo

#afe941 Color Hex

#AFE941
(175,233,65)
0 Favorites   0 Comments

Color spaces of #afe941

RGB 17523365
HSL0.220.790.58
HSV81°72°91°
CMYK 0.250.000.72   0.09
XYZ47.772267.773415.5647
Yxy67.77340.36440.5169
Hunter Lab82.3246-40.486246.4176
CIE-Lab85.8930-41.652771.1037

#afe941 color RGB value is (175,233,65).

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

The process color (four color CMYK) of #afe941 color hex is 0.25, 0.00, 0.72, 0.09. Web safe color of #afe941 is #99ff33. Color #afe941 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 01000001
Octal 257 351 101
Decimal 175 233 65
Hex AF E9 41

RGB Percentages of Color #afe941

%37.00
%49.26
%13.74

CMYK Percentages of Color #afe941

%25
%0
%72
%9

Triadic Colors of #afe941

#afe941 #41afe9 #e941af

Analogous Colors of #afe941

#afe941 #5be941 #e9cf41

Monochromatic Colors of #afe941

#afe941

Complementary Color

#afe941 #7b41e9

#afe941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe941 Color CSS Codes

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

#afe941 Text Font Color

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

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


#afe941 Background Color

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

This div background color is #afe941


#afe941 Border Color

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

This div border color is #afe941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe941


Comments

No comments written yet.

Please login to write comment.