Color Hex Logo

#afca19 Color Hex

#AFCA19
(175,202,25)
0 Favorites   0 Comments

Color spaces of #afca19

RGB 17520225
HSL0.190.780.45
HSV69°88°79°
CMYK 0.130.000.88   0.21
XYZ38.975251.42528.7916
Yxy51.42520.39290.5184
Hunter Lab71.7114-28.480042.9292
CIE-Lab76.9359-29.118873.7907

#afca19 color RGB value is (175,202,25).

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

The process color (four color CMYK) of #afca19 color hex is 0.13, 0.00, 0.88, 0.21. Web safe color of #afca19 is #99cc00. Color #afca19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00011001
Octal 257 312 31
Decimal 175 202 25
Hex AF CA 19

RGB Percentages of Color #afca19

%43.53
%50.25
%6.22

CMYK Percentages of Color #afca19

%13
%0
%88
%21

Triadic Colors of #afca19

#afca19 #19afca #ca19af

Analogous Colors of #afca19

#afca19 #56ca19 #ca8d19

Monochromatic Colors of #afca19

#afca19

Complementary Color

#afca19 #3419ca

#afca19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca19 Color CSS Codes

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

#afca19 Text Font Color

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

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


#afca19 Background Color

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

This div background color is #afca19


#afca19 Border Color

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

This div border color is #afca19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca19


Comments

No comments written yet.

Please login to write comment.