Color Hex Logo

#afca56 Color Hex

#AFCA56
(175,202,86)
0 Favorites   0 Comments

Color spaces of #afca56

RGB 17520286
HSL0.210.520.56
HSV74°57°79°
CMYK 0.130.000.57   0.21
XYZ40.479452.026916.7128
Yxy52.02690.37060.4764
Hunter Lab72.1297-26.052236.7530
CIE-Lab77.2969-25.956553.7723

#afca56 color RGB value is (175,202,86).

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

The process color (four color CMYK) of #afca56 color hex is 0.13, 0.00, 0.57, 0.21. Web safe color of #afca56 is #99cc66. Color #afca56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01010110
Octal 257 312 126
Decimal 175 202 86
Hex AF CA 56

RGB Percentages of Color #afca56

%37.80
%43.63
%18.57

CMYK Percentages of Color #afca56

%13
%0
%57
%21

Triadic Colors of #afca56

#afca56 #56afca #ca56af

Analogous Colors of #afca56

#afca56 #75ca56 #caab56

Monochromatic Colors of #afca56

#afca56

Complementary Color

#afca56 #7156ca

#afca56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca56 Color CSS Codes

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

#afca56 Text Font Color

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

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


#afca56 Background Color

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

This div background color is #afca56


#afca56 Border Color

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

This div border color is #afca56


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,202,86, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afca56">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca56


Comments

No comments written yet.

Please login to write comment.