Color Hex Logo

#affc8e Color Hex

#AFFC8E
(175,252,142)
0 Favorites   0 Comments

Color spaces of #affc8e

RGB 175252142
HSL0.280.950.77
HSV102°44°99°
CMYK 0.310.000.44   0.01
XYZ57.372180.687838.1417
Yxy80.68780.32560.4579
Hunter Lab89.8264-43.188337.7030
CIE-Lab91.9926-42.923045.2079

#affc8e color RGB value is (175,252,142).

#affc8e hex color red value is 175, green value is 252 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #affc8e hue: 0.28 , saturation: 0.95 and the lightness value of affc8e is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 10001110
Octal 257 374 216
Decimal 175 252 142
Hex AF FC 8E

RGB Percentages of Color #affc8e

%30.76
%44.29
%24.96

CMYK Percentages of Color #affc8e

%31
%0
%44
%1

Triadic Colors of #affc8e

#affc8e #8eaffc #fc8eaf

Analogous Colors of #affc8e

#affc8e #8efca4 #e6fc8e

Monochromatic Colors of #affc8e

#affc8e

Complementary Color

#affc8e #db8efc

#affc8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc8e Color CSS Codes

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

#affc8e Text Font Color

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

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


#affc8e Background Color

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

This div background color is #affc8e


#affc8e Border Color

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

This div border color is #affc8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc8e

Related Colors


Comments

No comments written yet.

Please login to write comment.