Color Hex Logo

#afca81 Color Hex

#AFCA81
(175,202,129)
0 Favorites   0 Comments

Color spaces of #afca81

RGB 175202129
HSL0.230.410.65
HSV82°36°79°
CMYK 0.130.000.36   0.21
XYZ42.762252.940028.7335
Yxy52.94000.34360.4254
Hunter Lab72.7599-22.422327.5178
CIE-Lab77.8396-21.352933.5083

#afca81 color RGB value is (175,202,129).

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

The process color (four color CMYK) of #afca81 color hex is 0.13, 0.00, 0.36, 0.21. Web safe color of #afca81 is #99cc99. Color #afca81 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10000001
Octal 257 312 201
Decimal 175 202 129
Hex AF CA 81

RGB Percentages of Color #afca81

%34.58
%39.92
%25.49

CMYK Percentages of Color #afca81

%13
%0
%36
%21

Triadic Colors of #afca81

#afca81 #81afca #ca81af

Analogous Colors of #afca81

#afca81 #8bca81 #cac181

Monochromatic Colors of #afca81

#afca81

Complementary Color

#afca81 #9c81ca

#afca81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca81 Color CSS Codes

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

#afca81 Text Font Color

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

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


#afca81 Background Color

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

This div background color is #afca81


#afca81 Border Color

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

This div border color is #afca81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca81


Comments

No comments written yet.

Please login to write comment.