Color Hex Logo

#afff85 Color Hex

#AFFF85
(175,255,133)
0 Favorites   0 Comments

Color spaces of #afff85

RGB 175255133
HSL0.281.000.76
HSV99°48°100°
CMYK 0.310.000.48   0.00
XYZ57.672882.327435.0414
Yxy82.32740.32950.4703
Hunter Lab90.7344-45.326840.6165
CIE-Lab92.7192-45.317850.3890

#afff85 color RGB value is (175,255,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 10000101
Octal 257 377 205
Decimal 175 255 133
Hex AF FF 85

RGB Percentages of Color #afff85

%31.08
%45.29
%23.62

CMYK Percentages of Color #afff85

%31
%0
%48
%0

Triadic Colors of #afff85

#afff85 #85afff #ff85af

Analogous Colors of #afff85

#afff85 #85ff98 #ecff85

Monochromatic Colors of #afff85

#afff85

Complementary Color

#afff85 #d585ff

#afff85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff85 Color CSS Codes

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

#afff85 Text Font Color

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

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


#afff85 Background Color

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

This div background color is #afff85


#afff85 Border Color

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

This div border color is #afff85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff85


Comments

No comments written yet.

Please login to write comment.