Color Hex Logo

#afca42 Color Hex

#AFCA42
(175,202,66)
0 Favorites   0 Comments

Color spaces of #afca42

RGB 17520266
HSL0.200.560.53
HSV72°67°79°
CMYK 0.130.000.67   0.21
XYZ39.783151.748413.0459
Yxy51.74840.38040.4948
Hunter Lab71.9364-27.172439.6030
CIE-Lab77.1301-27.407161.9712

#afca42 color RGB value is (175,202,66).

#afca42 hex color red value is 175, green value is 202 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #afca42 hue: 0.20 , saturation: 0.56 and the lightness value of afca42 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01000010
Octal 257 312 102
Decimal 175 202 66
Hex AF CA 42

RGB Percentages of Color #afca42

%39.50
%45.60
%14.90

CMYK Percentages of Color #afca42

%13
%0
%67
%21

Triadic Colors of #afca42

#afca42 #42afca #ca42af

Analogous Colors of #afca42

#afca42 #6bca42 #caa142

Monochromatic Colors of #afca42

#afca42

Complementary Color

#afca42 #5d42ca

#afca42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca42 Color CSS Codes

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

#afca42 Text Font Color

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

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


#afca42 Background Color

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

This div background color is #afca42


#afca42 Border Color

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

This div border color is #afca42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca42


Comments

No comments written yet.

Please login to write comment.