Color spaces of #afd378
RGB | 175 | 211 | 120 |
---|---|---|---|
HSL | 0.23 | 0.51 | 0.65 |
HSV | 84° | 43° | 83° |
CMYK | 0.17 | 0.00 | 0.43 0.17 |
XYZ | 44.3636 | 57.0586 | 26.4445 |
Yxy | 57.0586 | 0.3470 | 0.4462 |
Hunter Lab | 75.5371 | -27.3554 | 32.1194 |
CIE-Lab | 80.2125 | -26.8572 | 41.1008 |
#afd378 color RGB value is (175,211,120).
#afd378 hex color red value is 175, green value is 211 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #afd378 hue: 0.23 , saturation: 0.51 and the lightness value of afd378 is 0.65.
The process color (four color CMYK) of #afd378 color hex is 0.17, 0.00, 0.43, 0.17. Web safe color of #afd378 is #99cc66. Color #afd378 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11010011 | 01111000 |
Octal | 257 | 323 | 170 |
Decimal | 175 | 211 | 120 |
Hex | AF | D3 | 78 |
Shades of #afd378
Tints of #afd378
RGB Percentages of Color #afd378
CMYK Percentages of Color #afd378
Complementary Color
#afd378 | #9c78d3 |
#afd378 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd378 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd378 Color CSS Codes
.mybgcolor {background-color:#afd378; } .myforecolor {color:#afd378; } .mybordercolor {border:3px solid #afd378; }
#afd378 Text Font Color
<p style="color:#afd378">Text here</p>
This sample text font color is #afd378
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.
#afd378 Background Color
<div style="background-color:#afd378">
Div content here</div>
This div background color is #afd378
#afd378 Border Color
<div style="border:3px solid #afd378">
Div here</div>
This div border color is #afd378
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,211,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd378; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd378; -webkit-box-shadow: 1px 1px 3px 2px #afd378; box-shadow: 1px 1px 3px 2px #afd378; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,211,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd378">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd378; -webkit-box-shadow: 1px 1px 3px 2px #afd378; box-shadow: 1px 1px 3px 2px #afd378;">
Div content here</div>
This div box has shadow with color #afd378
Comments
No comments written yet.
Please login to write comment.