Color Hex Logo

#afbe41 Color Hex

#AFBE41
(175,190,65)
0 Favorites   0 Comments

Color spaces of #afbe41

RGB 17519065
HSL0.190.490.50
HSV67°66°75°
CMYK 0.080.000.66   0.25
XYZ37.046846.322511.9896
Yxy46.32250.38850.4858
Hunter Lab68.0606-21.944937.1979
CIE-Lab73.7543-21.635658.8872

#afbe41 color RGB value is (175,190,65).

#afbe41 hex color red value is 175, green value is 190 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afbe41 hue: 0.19 , saturation: 0.49 and the lightness value of afbe41 is 0.50.

The process color (four color CMYK) of #afbe41 color hex is 0.08, 0.00, 0.66, 0.25. Web safe color of #afbe41 is #99cc33. Color #afbe41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01000001
Octal 257 276 101
Decimal 175 190 65
Hex AF BE 41

RGB Percentages of Color #afbe41

%40.70
%44.19
%15.12

CMYK Percentages of Color #afbe41

%8
%0
%66
%25

Triadic Colors of #afbe41

#afbe41 #41afbe #be41af

Analogous Colors of #afbe41

#afbe41 #71be41 #be8f41

Monochromatic Colors of #afbe41

#afbe41

Complementary Color

#afbe41 #5041be

#afbe41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe41 Color CSS Codes

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

#afbe41 Text Font Color

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

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


#afbe41 Background Color

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

This div background color is #afbe41


#afbe41 Border Color

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

This div border color is #afbe41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe41


Comments

No comments written yet.

Please login to write comment.