Color Hex Logo

#affc95 Color Hex

#AFFC95
(175,252,149)
0 Favorites   0 Comments

Color spaces of #affc95

RGB 175252149
HSL0.290.940.79
HSV105°41°99°
CMYK 0.310.000.41   0.01
XYZ57.914480.904740.9975
Yxy80.90470.32210.4499
Hunter Lab89.9470-42.476135.9388
CIE-Lab92.0893-42.012541.9402

#affc95 color RGB value is (175,252,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 10010101
Octal 257 374 225
Decimal 175 252 149
Hex AF FC 95

RGB Percentages of Color #affc95

%30.38
%43.75
%25.87

CMYK Percentages of Color #affc95

%31
%0
%41
%1

Triadic Colors of #affc95

#affc95 #95affc #fc95af

Analogous Colors of #affc95

#affc95 #95fcaf #e3fc95

Monochromatic Colors of #affc95

#affc95

Complementary Color

#affc95 #e295fc

#affc95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc95 Color CSS Codes

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

#affc95 Text Font Color

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

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


#affc95 Background Color

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

This div background color is #affc95


#affc95 Border Color

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

This div border color is #affc95


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,252,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 #affc95">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc95

Related Colors


Comments

No comments written yet.

Please login to write comment.