Color Hex Logo

#afff5d Color Hex

#AFFF5D
(175,255,93)
0 Favorites   0 Comments

Color spaces of #afff5d

RGB 17525593
HSL0.251.000.68
HSV90°64°100°
CMYK 0.310.000.64   0.00
XYZ55.415081.424323.1517
Yxy81.42430.34640.5089
Hunter Lab90.2354-48.292347.9528
CIE-Lab92.3202-49.195567.3864

#afff5d color RGB value is (175,255,93).

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

The process color (four color CMYK) of #afff5d color hex is 0.31, 0.00, 0.64, 0.00. Web safe color of #afff5d is #99ff66. Color #afff5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 01011101
Octal 257 377 135
Decimal 175 255 93
Hex AF FF 5D

RGB Percentages of Color #afff5d

%33.46
%48.76
%17.78

CMYK Percentages of Color #afff5d

%31
%0
%64
%0

Triadic Colors of #afff5d

#afff5d #5dafff #ff5daf

Analogous Colors of #afff5d

#afff5d #5eff5d #fffe5d

Monochromatic Colors of #afff5d

#afff5d

Complementary Color

#afff5d #ad5dff

#afff5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff5d Color CSS Codes

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

#afff5d Text Font Color

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

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


#afff5d Background Color

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

This div background color is #afff5d


#afff5d Border Color

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

This div border color is #afff5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff5d

Related Colors


Comments

No comments written yet.

Please login to write comment.