Color Hex Logo

#afff81 Color Hex

#AFFF81
(175,255,129)
0 Favorites   0 Comments

Color spaces of #afff81

RGB 175255129
HSL0.271.000.75
HSV98°49°100°
CMYK 0.310.000.49   0.00
XYZ57.401682.218933.6133
Yxy82.21890.33140.4746
Hunter Lab90.6746-45.681241.4933
CIE-Lab92.6714-45.776452.1944

#afff81 color RGB value is (175,255,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10000001
Octal 257 377 201
Decimal 175 255 129
Hex AF FF 81

RGB Percentages of Color #afff81

%31.31
%45.62
%23.08

CMYK Percentages of Color #afff81

%31
%0
%49
%0

Triadic Colors of #afff81

#afff81 #81afff #ff81af

Analogous Colors of #afff81

#afff81 #81ff92 #eeff81

Monochromatic Colors of #afff81

#afff81

Complementary Color

#afff81 #d181ff

#afff81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff81 Color CSS Codes

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

#afff81 Text Font Color

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

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


#afff81 Background Color

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

This div background color is #afff81


#afff81 Border Color

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

This div border color is #afff81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff81


Comments

No comments written yet.

Please login to write comment.