Color Hex Logo

#afca82 Color Hex

#AFCA82
(175,202,130)
0 Favorites   0 Comments

Color spaces of #afca82

RGB 175202130
HSL0.230.400.65
HSV83°36°79°
CMYK 0.130.000.36   0.21
XYZ42.829052.966729.0854
Yxy52.96670.34300.4241
Hunter Lab72.7782-22.317127.2498
CIE-Lab77.8553-21.221533.0139

#afca82 color RGB value is (175,202,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10000010
Octal 257 312 202
Decimal 175 202 130
Hex AF CA 82

RGB Percentages of Color #afca82

%34.52
%39.84
%25.64

CMYK Percentages of Color #afca82

%13
%0
%36
%21

Triadic Colors of #afca82

#afca82 #82afca #ca82af

Analogous Colors of #afca82

#afca82 #8bca82 #cac182

Monochromatic Colors of #afca82

#afca82

Complementary Color

#afca82 #9d82ca

#afca82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca82 Color CSS Codes

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

#afca82 Text Font Color

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

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


#afca82 Background Color

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

This div background color is #afca82


#afca82 Border Color

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

This div border color is #afca82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca82


Comments

No comments written yet.

Please login to write comment.