Color Hex Logo

#afff2b Color Hex

#AFFF2B
(175,255,43)
0 Favorites   0 Comments

Color spaces of #afff2b

RGB 17525543
HSL0.231.000.58
HSV83°83°100°
CMYK 0.310.000.83   0.00
XYZ53.875280.808415.0436
Yxy80.80840.35980.5397
Hunter Lab89.8935-50.334553.0033
CIE-Lab92.0464-51.920682.8932

#afff2b color RGB value is (175,255,43).

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

The process color (four color CMYK) of #afff2b color hex is 0.31, 0.00, 0.83, 0.00. Web safe color of #afff2b is #99ff33. Color #afff2b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111111 00101011
Octal 257 377 53
Decimal 175 255 43
Hex AF FF 2B

RGB Percentages of Color #afff2b

%37.00
%53.91
%9.09

CMYK Percentages of Color #afff2b

%31
%0
%83
%0

Triadic Colors of #afff2b

#afff2b #2bafff #ff2baf

Analogous Colors of #afff2b

#afff2b #45ff2b #ffe52b

Monochromatic Colors of #afff2b

#afff2b

Complementary Color

#afff2b #7b2bff

#afff2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afff2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afff2b Color CSS Codes

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

#afff2b Text Font Color

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

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


#afff2b Background Color

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

This div background color is #afff2b


#afff2b Border Color

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

This div border color is #afff2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afff2b


Comments

No comments written yet.

Please login to write comment.