Color Hex Logo

#afca04 Color Hex

#AFCA04
(175,202,4)
0 Favorites   0 Comments

Color spaces of #afca04

RGB 1752024
HSL0.190.960.40
HSV68°98°79°
CMYK 0.130.000.98   0.21
XYZ38.821651.36387.9830
Yxy51.36380.39550.5232
Hunter Lab71.6685-28.729643.5638
CIE-Lab76.8989-29.447976.4628

#afca04 color RGB value is (175,202,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 00000100
Octal 257 312 4
Decimal 175 202 4
Hex AF CA 4

RGB Percentages of Color #afca04

%45.93
%53.02
%1.05

CMYK Percentages of Color #afca04

%13
%0
%98
%21

Triadic Colors of #afca04

#afca04 #04afca #ca04af

Analogous Colors of #afca04

#afca04 #4cca04 #ca8204

Monochromatic Colors of #afca04

#afca04

Complementary Color

#afca04 #1f04ca

#afca04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca04 Color CSS Codes

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

#afca04 Text Font Color

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

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


#afca04 Background Color

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

This div background color is #afca04


#afca04 Border Color

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

This div border color is #afca04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca04


Comments

No comments written yet.

Please login to write comment.