Color Hex Logo

#affc81 Color Hex

#AFFC81
(175,252,129)
0 Favorites   0 Comments

Color spaces of #affc81

RGB 175252129
HSL0.270.950.75
HSV98°49°99°
CMYK 0.310.000.49   0.01
XYZ56.452080.319733.2968
Yxy80.31970.33190.4723
Hunter Lab89.6213-44.400940.7070
CIE-Lab91.8281-44.485151.1661

#affc81 color RGB value is (175,252,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111100 10000001
Octal 257 374 201
Decimal 175 252 129
Hex AF FC 81

RGB Percentages of Color #affc81

%31.47
%45.32
%23.20

CMYK Percentages of Color #affc81

%31
%0
%49
%1

Triadic Colors of #affc81

#affc81 #81affc #fc81af

Analogous Colors of #affc81

#affc81 #81fc91 #edfc81

Monochromatic Colors of #affc81

#affc81

Complementary Color

#affc81 #ce81fc

#affc81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affc81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#affc81 Color CSS Codes

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

#affc81 Text Font Color

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

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


#affc81 Background Color

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

This div background color is #affc81


#affc81 Border Color

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

This div border color is #affc81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affc81


Comments

No comments written yet.

Please login to write comment.