Color spaces of #afef98
RGB | 175 | 239 | 152 |
---|---|---|---|
HSL | 0.29 | 0.73 | 0.77 |
HSV | 104° | 36° | 94° |
CMYK | 0.27 | 0.00 | 0.36 0.06 |
XYZ | 54.2132 | 73.1140 | 40.9608 |
Yxy | 73.1140 | 0.3221 | 0.4345 |
Hunter Lab | 85.5067 | -36.4637 | 31.4527 |
CIE-Lab | 88.5021 | -35.7798 | 35.7985 |
#afef98 color RGB value is (175,239,152).
#afef98 hex color red value is 175, green value is 239 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afef98 hue: 0.29 , saturation: 0.73 and the lightness value of afef98 is 0.77.
The process color (four color CMYK) of #afef98 color hex is 0.27, 0.00, 0.36, 0.06. Web safe color of #afef98 is #99ff99. Color #afef98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11101111 | 10011000 |
Octal | 257 | 357 | 230 |
Decimal | 175 | 239 | 152 |
Hex | AF | EF | 98 |
Shades of #afef98
Tints of #afef98
RGB Percentages of Color #afef98
CMYK Percentages of Color #afef98
Complementary Color
#afef98 | #d898ef |
#afef98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afef98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afef98 Color CSS Codes
.mybgcolor {background-color:#afef98; } .myforecolor {color:#afef98; } .mybordercolor {border:3px solid #afef98; }
#afef98 Text Font Color
<p style="color:#afef98">Text here</p>
This sample text font color is #afef98
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.
#afef98 Background Color
<div style="background-color:#afef98">
Div content here</div>
This div background color is #afef98
#afef98 Border Color
<div style="border:3px solid #afef98">
Div here</div>
This div border color is #afef98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,239,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afef98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afef98; -webkit-box-shadow: 1px 1px 3px 2px #afef98; box-shadow: 1px 1px 3px 2px #afef98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,239,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afef98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afef98; -webkit-box-shadow: 1px 1px 3px 2px #afef98; box-shadow: 1px 1px 3px 2px #afef98;">
Div content here</div>
This div box has shadow with color #afef98
Comments
No comments written yet.
Please login to write comment.