Color Hex Logo

#afca95 Color Hex

#AFCA95
(175,202,149)
0 Favorites   0 Comments

Color spaces of #afca95

RGB 175202149
HSL0.250.330.69
HSV91°26°79°
CMYK 0.130.000.26   0.21
XYZ44.224553.524936.4342
Yxy53.52490.32960.3989
Hunter Lab73.1607-20.130821.6859
CIE-Lab78.1839-18.518723.5359

#afca95 color RGB value is (175,202,149).

#afca95 hex color red value is 175, green value is 202 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #afca95 hue: 0.25 , saturation: 0.33 and the lightness value of afca95 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001010 10010101
Octal 257 312 225
Decimal 175 202 149
Hex AF CA 95

RGB Percentages of Color #afca95

%33.27
%38.40
%28.33

CMYK Percentages of Color #afca95

%13
%0
%26
%21

Triadic Colors of #afca95

#afca95 #95afca #ca95af

Analogous Colors of #afca95

#afca95 #95ca96 #caca95

Monochromatic Colors of #afca95

#afca95

Complementary Color

#afca95 #b095ca

#afca95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afca95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afca95 Color CSS Codes

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

#afca95 Text Font Color

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

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


#afca95 Background Color

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

This div background color is #afca95


#afca95 Border Color

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

This div border color is #afca95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afca95


Comments

No comments written yet.

Please login to write comment.