Color spaces of #afd594
RGB | 175 | 213 | 148 |
---|---|---|---|
HSL | 0.26 | 0.44 | 0.71 |
HSV | 95° | 31° | 84° |
CMYK | 0.18 | 0.00 | 0.31 0.16 |
XYZ | 46.8187 | 58.8406 | 36.9067 |
Yxy | 58.8406 | 0.3284 | 0.4127 |
Hunter Lab | 76.7076 | -25.2904 | 25.1689 |
CIE-Lab | 81.2039 | -24.1037 | 28.1451 |
#afd594 color RGB value is (175,213,148).
#afd594 hex color red value is 175, green value is 213 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #afd594 hue: 0.26 , saturation: 0.44 and the lightness value of afd594 is 0.71.
The process color (four color CMYK) of #afd594 color hex is 0.18, 0.00, 0.31, 0.16. Web safe color of #afd594 is #99cc99. Color #afd594 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010101 | 10010100 |
Octal | 257 | 325 | 224 |
Decimal | 175 | 213 | 148 |
Hex | AF | D5 | 94 |
Shades of #afd594
Tints of #afd594
RGB Percentages of Color #afd594
CMYK Percentages of Color #afd594
Complementary Color
#afd594 | #ba94d5 |
#afd594 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd594 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd594 Color CSS Codes
.mybgcolor {background-color:#afd594; } .myforecolor {color:#afd594; } .mybordercolor {border:3px solid #afd594; }
#afd594 Text Font Color
<p style="color:#afd594">Text here</p>
This sample text font color is #afd594
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.
#afd594 Background Color
<div style="background-color:#afd594">
Div content here</div>
This div background color is #afd594
#afd594 Border Color
<div style="border:3px solid #afd594">
Div here</div>
This div border color is #afd594
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,213,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd594; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd594; -webkit-box-shadow: 1px 1px 3px 2px #afd594; box-shadow: 1px 1px 3px 2px #afd594; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,213,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd594">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd594; -webkit-box-shadow: 1px 1px 3px 2px #afd594; box-shadow: 1px 1px 3px 2px #afd594;">
Div content here</div>
This div box has shadow with color #afd594
Comments
No comments written yet.
Please login to write comment.