Color Hex Logo

#afca41 Color Hex

#AFCA41
(175,202,65)
0 Favorites   0 Comments

Color spaces of #afca41

RGB 17520265
HSL0.200.560.52
HSV72°68°79°
CMYK 0.130.000.68   0.21
XYZ39.753951.736712.8920
Yxy51.73670.38080.4956
Hunter Lab71.9282-27.219539.7230
CIE-Lab77.1231-27.468462.3484

#afca41 color RGB value is (175,202,65).

#afca41 hex color red value is 175, green value is 202 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #afca41 hue: 0.20 , saturation: 0.56 and the lightness value of afca41 is 0.52.

The process color (four color CMYK) of #afca41 color hex is 0.13, 0.00, 0.68, 0.21. Web safe color of #afca41 is #99cc33. Color #afca41 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01000001
Octal 257 312 101
Decimal 175 202 65
Hex AF CA 41

RGB Percentages of Color #afca41

%39.59
%45.70
%14.71

CMYK Percentages of Color #afca41

%13
%0
%68
%21

Triadic Colors of #afca41

#afca41 #41afca #ca41af

Analogous Colors of #afca41

#afca41 #6bca41 #caa141

Monochromatic Colors of #afca41

#afca41

Complementary Color

#afca41 #5c41ca

#afca41 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca41 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca41 Color CSS Codes

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

#afca41 Text Font Color

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

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


#afca41 Background Color

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

This div background color is #afca41


#afca41 Border Color

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

This div border color is #afca41


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca41


Comments

No comments written yet.

Please login to write comment.