Color spaces of #cfd478
RGB | 207 | 212 | 120 |
---|---|---|---|
HSL | 0.18 | 0.52 | 0.65 |
HSV | 63° | 43° | 83° |
CMYK | 0.02 | 0.00 | 0.43 0.17 |
XYZ | 52.6658 | 61.7084 | 26.9044 |
Yxy | 61.7084 | 0.3728 | 0.4368 |
Hunter Lab | 78.5547 | -17.7981 | 34.6819 |
CIE-Lab | 82.7581 | -15.0048 | 44.7705 |
#cfd478 color RGB value is (207,212,120).
#cfd478 hex color red value is 207, green value is 212 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #cfd478 hue: 0.18 , saturation: 0.52 and the lightness value of cfd478 is 0.65.
The process color (four color CMYK) of #cfd478 color hex is 0.02, 0.00, 0.43, 0.17. Web safe color of #cfd478 is #cccc66. Color #cfd478 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11010100 | 01111000 |
Octal | 317 | 324 | 170 |
Decimal | 207 | 212 | 120 |
Hex | CF | D4 | 78 |
Shades of #cfd478
Tints of #cfd478
RGB Percentages of Color #cfd478
CMYK Percentages of Color #cfd478
Complementary Color
#cfd478 | #7d78d4 |
#cfd478 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfd478 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfd478 Color CSS Codes
.mybgcolor {background-color:#cfd478; } .myforecolor {color:#cfd478; } .mybordercolor {border:3px solid #cfd478; }
#cfd478 Text Font Color
<p style="color:#cfd478">Text here</p>
This sample text font color is #cfd478
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.
#cfd478 Background Color
<div style="background-color:#cfd478">
Div content here</div>
This div background color is #cfd478
#cfd478 Border Color
<div style="border:3px solid #cfd478">
Div here</div>
This div border color is #cfd478
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,212,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfd478; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfd478; -webkit-box-shadow: 1px 1px 3px 2px #cfd478; box-shadow: 1px 1px 3px 2px #cfd478; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,212,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 #cfd478">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfd478; -webkit-box-shadow: 1px 1px 3px 2px #cfd478; box-shadow: 1px 1px 3px 2px #cfd478;">
Div content here</div>
This div box has shadow with color #cfd478
Comments
No comments written yet.
Please login to write comment.