Color Hex Logo

#afca66 Color Hex

#AFCA66
(175,202,102)
0 Favorites   0 Comments

Color spaces of #afca66

RGB 175202102
HSL0.210.490.60
HSV76°50°79°
CMYK 0.130.000.50   0.21
XYZ41.198052.314320.4967
Yxy52.31430.36140.4589
Hunter Lab72.3286-24.902433.8283
CIE-Lab77.4684-24.482746.5295

#afca66 color RGB value is (175,202,102).

#afca66 hex color red value is 175, green value is 202 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #afca66 hue: 0.21 , saturation: 0.49 and the lightness value of afca66 is 0.60.

The process color (four color CMYK) of #afca66 color hex is 0.13, 0.00, 0.50, 0.21. Web safe color of #afca66 is #99cc66. Color #afca66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 01100110
Octal 257 312 146
Decimal 175 202 102
Hex AF CA 66

RGB Percentages of Color #afca66

%36.53
%42.17
%21.29

CMYK Percentages of Color #afca66

%13
%0
%50
%21

Triadic Colors of #afca66

#afca66 #66afca #ca66af

Analogous Colors of #afca66

#afca66 #7dca66 #cab366

Monochromatic Colors of #afca66

#afca66

Complementary Color

#afca66 #8166ca

#afca66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca66 Color CSS Codes

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

#afca66 Text Font Color

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

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


#afca66 Background Color

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

This div background color is #afca66


#afca66 Border Color

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

This div border color is #afca66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca66


Comments

No comments written yet.

Please login to write comment.