Color Hex Logo

#affc96 Color Hex

#AFFC96
(175,252,150)
0 Favorites   0 Comments

Color spaces of #affc96

RGB 175252150
HSL0.290.940.79
HSV105°40°99°
CMYK 0.310.000.40   0.01
XYZ57.994680.936841.4199
Yxy80.93680.32160.4488
Hunter Lab89.9649-42.371035.6783
CIE-Lab92.1036-41.878541.4706

#affc96 color RGB value is (175,252,150).

#affc96 hex color red value is 175, green value is 252 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #affc96 hue: 0.29 , saturation: 0.94 and the lightness value of affc96 is 0.79.

The process color (four color CMYK) of #affc96 color hex is 0.31, 0.00, 0.40, 0.01. Web safe color of #affc96 is #99ff99. Color #affc96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 10010110
Octal 257 374 226
Decimal 175 252 150
Hex AF FC 96

RGB Percentages of Color #affc96

%30.33
%43.67
%26.00

CMYK Percentages of Color #affc96

%31
%0
%40
%1

Triadic Colors of #affc96

#affc96 #96affc #fc96af

Analogous Colors of #affc96

#affc96 #96fcb0 #e2fc96

Monochromatic Colors of #affc96

#affc96

Complementary Color

#affc96 #e396fc

#affc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc96 Color CSS Codes

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

#affc96 Text Font Color

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

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


#affc96 Background Color

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

This div background color is #affc96


#affc96 Border Color

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

This div border color is #affc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc96

Related Colors


Comments

No comments written yet.

Please login to write comment.