Color Hex Logo

#afca57 Color Hex

#AFCA57
(175,202,87)
0 Favorites   0 Comments

Color spaces of #afca57

RGB 17520287
HSL0.210.520.57
HSV74°57°79°
CMYK 0.130.000.57   0.21
XYZ40.520052.043116.9265
Yxy52.04310.37010.4753
Hunter Lab72.1409-25.987036.5874
CIE-Lab77.3066-25.872553.3345

#afca57 color RGB value is (175,202,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01010111
Octal 257 312 127
Decimal 175 202 87
Hex AF CA 57

RGB Percentages of Color #afca57

%37.72
%43.53
%18.75

CMYK Percentages of Color #afca57

%13
%0
%57
%21

Triadic Colors of #afca57

#afca57 #57afca #ca57af

Analogous Colors of #afca57

#afca57 #76ca57 #caac57

Monochromatic Colors of #afca57

#afca57

Complementary Color

#afca57 #7257ca

#afca57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca57 Color CSS Codes

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

#afca57 Text Font Color

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

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


#afca57 Background Color

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

This div background color is #afca57


#afca57 Border Color

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

This div border color is #afca57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca57


Comments

No comments written yet.

Please login to write comment.