Color spaces of #afeb61
RGB | 175 | 235 | 97 |
---|---|---|---|
HSL | 0.24 | 0.78 | 0.65 |
HSV | 86° | 59° | 92° |
CMYK | 0.26 | 0.00 | 0.59 0.08 |
XYZ | 49.5452 | 69.3937 | 22.0923 |
Yxy | 69.3937 | 0.3513 | 0.4920 |
Hunter Lab | 83.3029 | -39.6154 | 42.5880 |
CIE-Lab | 86.6986 | -40.2668 | 59.5434 |
#afeb61 color RGB value is (175,235,97).
#afeb61 hex color red value is 175, green value is 235 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afeb61 hue: 0.24 , saturation: 0.78 and the lightness value of afeb61 is 0.65.
The process color (four color CMYK) of #afeb61 color hex is 0.26, 0.00, 0.59, 0.08. Web safe color of #afeb61 is #99ff66. Color #afeb61 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101011 | 01100001 |
Octal | 257 | 353 | 141 |
Decimal | 175 | 235 | 97 |
Hex | AF | EB | 61 |
Shades of #afeb61
Tints of #afeb61
RGB Percentages of Color #afeb61
CMYK Percentages of Color #afeb61
Complementary Color
#afeb61 | #9d61eb |
#afeb61 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afeb61 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afeb61 Color CSS Codes
.mybgcolor {background-color:#afeb61; } .myforecolor {color:#afeb61; } .mybordercolor {border:3px solid #afeb61; }
#afeb61 Text Font Color
<p style="color:#afeb61">Text here</p>
This sample text font color is #afeb61
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.
#afeb61 Background Color
<div style="background-color:#afeb61">
Div content here</div>
This div background color is #afeb61
#afeb61 Border Color
<div style="border:3px solid #afeb61">
Div here</div>
This div border color is #afeb61
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,235,97, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afeb61; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afeb61; -webkit-box-shadow: 1px 1px 3px 2px #afeb61; box-shadow: 1px 1px 3px 2px #afeb61; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,235,97, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afeb61">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afeb61; -webkit-box-shadow: 1px 1px 3px 2px #afeb61; box-shadow: 1px 1px 3px 2px #afeb61;">
Div content here</div>
This div box has shadow with color #afeb61
Comments
No comments written yet.
Please login to write comment.