Color Hex Logo

#afca2b Color Hex

#AFCA2B
(175,202,43)
0 Favorites   0 Comments

Color spaces of #afca2b

RGB 17520243
HSL0.190.650.48
HSV70°79°79°
CMYK 0.130.000.79   0.21
XYZ39.235851.529410.1637
Yxy51.52940.38870.5106
Hunter Lab71.7840-28.057241.8541
CIE-Lab76.9986-28.563169.6173

#afca2b color RGB value is (175,202,43).

#afca2b hex color red value is 175, green value is 202 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afca2b hue: 0.19 , saturation: 0.65 and the lightness value of afca2b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00101011
Octal 257 312 53
Decimal 175 202 43
Hex AF CA 2B

RGB Percentages of Color #afca2b

%41.67
%48.10
%10.24

CMYK Percentages of Color #afca2b

%13
%0
%79
%21

Triadic Colors of #afca2b

#afca2b #2bafca #ca2baf

Analogous Colors of #afca2b

#afca2b #60ca2b #ca962b

Monochromatic Colors of #afca2b

#afca2b

Complementary Color

#afca2b #462bca

#afca2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca2b Color CSS Codes

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

#afca2b Text Font Color

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

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


#afca2b Background Color

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

This div background color is #afca2b


#afca2b Border Color

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

This div border color is #afca2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca2b


Comments

No comments written yet.

Please login to write comment.