Color Hex Logo

#afca09 Color Hex

#AFCA09
(175,202,9)
0 Favorites   0 Comments

Color spaces of #afca09

RGB 1752029
HSL0.190.910.41
HSV68°96°79°
CMYK 0.130.000.96   0.21
XYZ38.849051.37478.1272
Yxy51.37470.39500.5224
Hunter Lab71.6761-28.684943.4505
CIE-Lab76.9054-29.389075.9731

#afca09 color RGB value is (175,202,9).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00001001
Octal 257 312 11
Decimal 175 202 9
Hex AF CA 9

RGB Percentages of Color #afca09

%45.34
%52.33
%2.33

CMYK Percentages of Color #afca09

%13
%0
%96
%21

Triadic Colors of #afca09

#afca09 #09afca #ca09af

Analogous Colors of #afca09

#afca09 #4eca09 #ca8509

Monochromatic Colors of #afca09

#afca09

Complementary Color

#afca09 #2409ca

#afca09 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca09 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca09 Color CSS Codes

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

#afca09 Text Font Color

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

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


#afca09 Background Color

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

This div background color is #afca09


#afca09 Border Color

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

This div border color is #afca09


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca09


Comments

No comments written yet.

Please login to write comment.